linux上websphere6.1布署webwork+spring+hibernate的有关问题
linux下websphere6.1布署webwork+spring+hibernate的问题!--!--!--response.getOutputStream().flush()
linux下websphere6.1布署webwork+spring+hibernate的问题
<!----><!----><!---->
response.getOutputStream().flush();?
?
?
?
没有它,可能下载时,会出现“404 找不到文件”的错误。在Tomcat下常写的代码,没想到竟然存在这么多隐患。
?
?
?
?
<!----><!----><!---->
目前主要发现这几个问题,希望大家在Linux的Websphere布署项目时,可以少走弯路。
?
?
?
?
?
?
?
?
?
?
?
?
?
?
1 楼 pinely 2008-07-10 这个404 xxx not found,是WAS6.1的一个bug。
解决方法是:
1,首先WAS6.1要升级到6.1.0.3或以上。
2,在WAS Console -> Application Servers -> <server> -> Web Container Settings -> Web Container -> Custom Properties里,增加一个custom property,名字为com.ibm.ws.webcontainer.invokefilterscompatibility,值为true。
详细的见:
http://www.nabble.com/-S2--Websphere-6.1-Showcase-application%2C-Response-already-committed-warning-in-logs-to9679630.html#a9831115
2 楼 yuyang030405 2008-07-30 我最近遇到了一个非常奇怪的问题,就是把tomcat下的程序移植到websphere上。
原来的程序是tomcat5.5的,但是现在要求要部署到了websphere6.1.0.17上,就出现了非常奇怪的问题,我的login.jsp页面的表单里面form的action在tomcat下面死可以正常访问的,但是到了websphere下面却提示什么找不到页面,为什么啊呵呵。