我已经在Websphere服务器上部署了一个Web应用程序,但我想出了一个问题。 我有20个使用公共参数的servlet,所以我在web.xml上声明了这个:
<context-param>
<param-name>filePath</param-name>
<param-value>C:\logs.txt</param-value>
</context-param>
我希望在Websphere控制台中轻松编辑此参数,但不起作用。我知道这适用于Tomcat但是在websphere上有什么相同的东西吗?
由于
答案 0 :(得分:-1)
你应该只在服务器上编辑web.xml,在控制台中知道它的界面,我记得。 你可以在这里找到这个文件:{WAS_ROOT} / profiles / profilename / config / cells / cellname / applications / enterpriseappname / deployments / deployedname / webmodulename