错误信息提示:
At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Nov-2018 16:33:01.435 信息 [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Nov-2018 16:33:01.487 严重 [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
21-Nov-2018 16:33:01.488 严重 [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/xxxxxxx-manager-web] startup failed due to previous errors
我本地idea可以运行,放到远程服务器和本地tomcat都报错,网上说的方法都试了都没有解决
临时解决方法:
将idea可以运行的编译文件放到远程服务器webapps里面运行