当前位置: 技术问答>java相关
初学jsp,一个html调用一个jsp,这个jsp调用一个javaBean,已编译成类,最后如何部署(用j2sdkee)?
来源: 互联网 发布时间:2017-03-15
本文导语: 如题 | 要先把这些文件打包,假如根目录是helloworld,包名是hello,目录结构是这样的: helloworld/html1.html helloworld/jsp1.jsp helloworld/WEB-INF/web.xml helloworld/WEB-INF/classes/hello/javabean.class WEB-INF必须要大写...
如题
|
要先把这些文件打包,假如根目录是helloworld,包名是hello,目录结构是这样的:
helloworld/html1.html
helloworld/jsp1.jsp
helloworld/WEB-INF/web.xml
helloworld/WEB-INF/classes/hello/javabean.class
WEB-INF必须要大写
helloworld/html1.html
helloworld/jsp1.jsp
helloworld/WEB-INF/web.xml
helloworld/WEB-INF/classes/hello/javabean.class
WEB-INF必须要大写
|
你可以用
jar命令来打包,就可以生成 Symanteck(河风.于无声处听惊雷) 说的效果咯
具体
jar cvf test.jar d:/classes12/
给分咯
jar命令来打包,就可以生成 Symanteck(河风.于无声处听惊雷) 说的效果咯
具体
jar cvf test.jar d:/classes12/
给分咯
|
不同的服务器系统的部署不同。