【发布时间】:2017-10-23 19:19:24
【问题描述】:
我安装了 Tomcat-8.0.44 并将名为 bimserver.war 的 war 文件放在 webapps 文件夹中。但是当我运行 startup.bat 例程时,我得到了两个 Severe Log 信息:
24-May-2017 01:15:53.065 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more Filters failed to start. Full details will be found in the appropriate container log file
24-May-2017 01:15:53.068 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/bimserver] startup failed due to previous errors
tomcat的某些过滤器似乎启动失败。这阻止了 bimserver 启动。过滤器应该如何配置?
【问题讨论】:
-
您是如何配置过滤器的?