首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

Jboss上设置一个web-app

2012-10-30 
Jboss下设置一个web-app!--StartFragment --虚拟目录配置:?编辑%jboss-4.0.2%\server\default\deploy\jb

Jboss下设置一个web-app
<!--StartFragment -->

虚拟目录配置:?
编辑%jboss-4.0.2%\server\default\deploy\jbossweb-tomcat55.sar\server.xml?
在</Host>之前增加:?
<Context?path="/test"?docBase="F:?\\test"?debug="1"?reloadable="true"?override="true"?crossContext="true"/>?
其中path?为虚拟目录名,docBase

热点排行