rt,在开发的时候一切正常,代码中使用
JFinal.start("src/main/webapp", 80, "/", 5);
启动正常的,打包成war后,在本机windows的tomcat中正常运行,但放到服务器环境的linux就不正常了,启动仅报错了2行,错误日志都没法分析,有踩过坑的朋友分享一下经验吗?
23-Mar-2017 11:32:18.975 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 23-Mar-2017 11:32:18.976 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [] startup failed due to previous errors
项目:JFinal