2007-06-19
websphere下部署servlet问题(不打包,直接更新已有应用)
本来只是在C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv02\installedApps\wt-a0503e227d3bNode02Cell\WebModule1_war.ear\WebModule1.war\WEB-INF这个目录底下更新class与web.xml
但是经过测试都不成功,
然后baidu一下,需要在WebSphere\AppServer\profiles\AppSrv02\config\cells\wt-a0503e227d3bNode02Cell\applications\WebModule1_war.ear\deployments\WebModule1_war\WebModule1.war\WEB-INF更新一下web.xml,测试一下果然可以!!!
说明需要更新两个web.xml?
网上一种解释: 修改webapp下的web.xml没有什么作用。
实际上我觉得websphere好像启动时从\config\cells下边取出web.xml,然后同步到webapp目录下
也不知websphere搞啥
但是经过测试都不成功,
然后baidu一下,需要在WebSphere\AppServer\profiles\AppSrv02\config\cells\wt-a0503e227d3bNode02Cell\applications\WebModule1_war.ear\deployments\WebModule1_war\WebModule1.war\WEB-INF更新一下web.xml,测试一下果然可以!!!
说明需要更新两个web.xml?
网上一种解释: 修改webapp下的web.xml没有什么作用。
实际上我觉得websphere好像启动时从\config\cells下边取出web.xml,然后同步到webapp目录下
也不知websphere搞啥
- 浏览: 32426 次
- 性别:

- 来自: 北京

- 详细资料
搜索本博客
最近加入圈子
最新评论
-
PreparedStatement防注入
上面说的是只是针对用jdbc运行sql时怕出错的一种解决方式, 针对楼上说的, ...
-- by qiuyuanshan -
PreparedStatement防注入
确定不需要再进行特殊字符处理? 如果用户输入类似<td></td>这 ...
-- by hilliate -
WEB移植时可能出现的问题
不好意思,就碰到一种情况,还没碰到第二种情况。。。
-- by qiuyuanshan -
WEB移植时可能出现的问题
二是什么,我现在也碰到这个问题啊,我已经用1.4的编译了,还是不行啊
-- by sunqi -
websphere下部署servlet ...
是为了热布署时不停机。。。。
-- by 抛出异常的爱






评论排行榜