Websphere Application Server中JSP的配置问题!!

alan_turing 2000-08-24 04:49:00
我们有一个开发团队,采用IBM的WEBSPHERE一套东东!
目前碰到一个技术问题:
一个模块里的人写的JSP里面要导入一些其他人写的类或包,如何实现?
如:

<%@ page import="COM.jdrising.jdbc.*"%>
这个COM.jdrising.jdbc(我们自己编写的包)这个包应该放到WAS哪里???
还有servlet里的相同情况如何解决?是否需将其放到一个文件里?

...全文
178 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
alan_turing 2000-09-01
  • 打赏
  • 举报
回复
我已经自己解决了这个问题了
spczhou 2000-09-01
  • 打赏
  • 举报
回复
是servlets目录下
alan_turing 2000-08-29
  • 打赏
  • 举报
回复
在哪里放JAVABEAN呢?
leslielu 2000-08-28
  • 打赏
  • 举报
回复
你可以看你的Websphere的配置,当然你可以看到你的Jsp Engine 的名字,如果是默认的应该叫jsp, 如果是你自己添加的Application,那你要在你的Application当中去找你生成的Jsp,其实它本身就是一个Servlet,在你找到的Jsp 的Servlet中,选他的高级配置,你可以看到他的Classpath,默认应该是你的Servlet的Class所在路径。如果你想在别的地方放置你的对象,只需加到他的Classpath中。
spczhou 2000-08-24
  • 打赏
  • 举报
回复
关注....
Table of Contents IBM WebSphere Application Server - The Complete Reference Part I - Getting Started Chapter 1 - What Is WebSphere? Chapter 2 - Installing and Starting WebSphere Chapter 3 - Hello World (Wide Web) Chapter 4 - Hello Servlets and JSPs Chapter 5 - Hello EJBs Part II - WebSphere Technologies Chapter 6 - Web Servers and Java Application Servers Chapter 7 - Servlets and JavaServer Pages Chapter 8 - Common Object Request Broker Architecture Chapter 9 - Internet Inter-ORB Protocol Chapter 10 - JavaBeans Chapter 11 - Enterprise JavaBeans Chapter 12 - Extensible Markup Language (XML) Chapter 13 - Java Security Chapter 14 - Java Messaging Service Chapter 15 - Java 2 Enterprise Edition Part III - Development Environments for WebSphere Applications Chapter 16 - WebSphere Studio Application Developer Chapter 17 - VisualAge for Java Part IV - Core Services Chapter 18 - Connection Pooling and Data Access Beans Chapter 19 - WebSphere Security Services Chapter 20 - Lightweight Directory Access Protocol Support Chapter 21 - WebSphere Application Logging Part V - Developing Servlets and JavaServer Pages Chapter 22 - HTTP Servlets Chapter 23 - Servlet Sessions Chapter 24 - WebSphere-Specific Servlet Issues Chapter 25 - JSP Elements Chapter 26 - JSP Examples Chapter 27 - Custom Tag Libraries Chapter 28 - Debugging Servlets and JSPs Using VisualAge Part VI - Developing EJB Chapter 29 - Session Beans Chapter 30 - Entity Beans Part VII - Using XML Chapter 35 - Writing XML E-Business Applications Chapter 36 - Application of XSL Transformations Chapter 37 - Web Services: SOAP, WSDL, and UDDI Chapter 38 - Deploying Web Services on WebSphere Part VIII - Internationalization and Localization Chapter 39 - Java Support Features for Internationalization Chapter 40 - Building Multilingual Applications Part IX - Administering WebSphere Sites Chapter 41 - Deploying WebSphere for Scalability and Fault Tolerance Chapter 42 - The WebSphere Administrative Console Chapter 43 - WebSphere Administration Scripts Chapter 44 - Administering WebSphere Security

81,092

社区成员

发帖
与我相关
我的任务
社区描述
Java Web 开发
社区管理员
  • Web 开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧