我安装了 Tomcat-8.0.44 并将一个名为 bimserver.war 的 war 文件放在 webapps 文件夹中。但是当我运行startup.bat例程时,我得到了两个严重日志信息:
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
Run Code Online (Sandbox Code Playgroud)
好像是tomcat的一些过滤器启动失败。这导致 bimserver 无法启动。过滤器应该如何配置?