在服务器tomcat部署报错


21-Jun-2017 16:12:54.132 警告 [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJspConfig Failed to process TLD with path [/WEB-INF/c-rt.tld] and URI [http://java.sun.com/jstl/core-rt]. The specified path does not exist.

21-Jun-2017 16:12:54.288 警告 [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJspConfig Failed to process TLD with path [/WEB-INF/sql.tld] and URI [http://java.sun.com/jstl/sql]. The specified path does not exist.

21-Jun-2017 16:12:54.288 警告 [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJspConfig Failed to process TLD with path [/WEB-INF/fmt.tld] and URI [http://java.sun.com/jstl/fmt]. The specified path does not exist.

21-Jun-2017 16:12:54.288 警告 [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJspConfig Failed to process TLD with path [/WEB-INF/x.tld] and URI [http://java.sun.com/jstl/x]. The specified path does not exist.

21-Jun-2017 16:12:54.288 警告 [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJspConfig Failed to process TLD with path [/WEB-INF/x-rt.tld] and URI [http://java.sun.com/jstl/x-rt]. The specified path does not exist.

21-Jun-2017 16:12:54.288 警告 [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJspConfig Failed to process TLD with path [/WEB-INF/fmt-rt.tld] and URI [http://java.sun.com/jstl/fmt-rt]. The specified path does not exist.

21-Jun-2017 16:12:54.288 警告 [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJspConfig Failed to process TLD with path [/WEB-INF/c.tld] and URI [http://java.sun.com/jstl/core]. The specified path does not exist.

21-Jun-2017 16:12:54.288 警告 [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJspConfig Failed to process TLD with path [/WEB-INF/sql-rt.tld] and URI [http://java.sun.com/jstl/sql-rt]. The specified path does not exist.

21-Jun-2017 16:12:54.413 信息 [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-Jun-2017 16:12:55.272 严重 [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

21-Jun-2017 16:12:55.272 严重 [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [] startup failed due to previous errors

21-Jun-2017 16:12:55.288 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\HdsmWs\apache-tomcat-8.0.41-windows-x64\apache-tomcat-8.0.41\webapps\ROOT has finished in 9,906 ms

21-Jun-2017 16:12:55.303 信息 [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-apr-8080"]

21-Jun-2017 16:12:55.319 信息 [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-apr-8010"]

21-Jun-2017 16:12:55.335 信息 [main] org.apache.catalina.startup.Catalina.start Server startup in 10116 ms

报了严重错误 启动不了项目 大神帮看看是怎么回事

评论区

JFinal

2017-06-21 16:53

你用的 tomcat 什么版本? 是不是版本太低了?

JFinal

2017-06-21 16:53

在 tomcat 下部署先避开一些坑: https://my.oschina.net/jfinal/blog/353062

梦兰伯特

2017-06-21 16:54

@JFinal 用的tomcat8.0 在以前的服务器布置好了 换了一个云服务器就报这样的错误

JFinal

2017-06-21 16:57

@梦兰伯特 这个应该是纯部署问题,通过 java -version 看一下用的是 oracel 的 jdk 还是 openjdk

梦兰伯特

2017-06-21 17:00

C:\Users\Administrator>java -version
java version "1.8.0_101"
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)@JFinal
这个怎么看
这个已经成功部署了一个jfinal项目。 这是在服务器使用的第二个tomcat部署 这次就不晓得怎么没成功

JFinal

2017-06-21 17:02

@梦兰伯特 你的服务器是 windows 系统? 应该是小问题,再重新部署一下,细心点就可以解决

JFinal

2017-06-21 17:03

@梦兰伯特 jetty 相关的 jar 包删干净没有? 打包时,注意 pom.xml 中 jetty 的依赖全部搞成: scope = provided

梦兰伯特

2017-06-21 17:03

是啊 windows servce2016版的。。 只能在找找原因了

梦兰伯特

2017-06-21 17:08

@JFinal 这个项目没用Maven删干净了的

热门反馈

扫码入社