at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Unknown Source)
网上查说是server.xml配置的问题,但没说具体的解决方法,哪位高手能说一下如何配置!
------解决方案--------------------访问地址是否为
http://localhost:8080/tomcat_test/jsp_test.jsp
如果不是,尝试使用这个地址
------解决方案--------------------直接拷贝过去的?
那么你在tomcat的webapp下的tomcat_test目录中的目录结构应该是:
--jsp_test.jsp
--WEB-INF/lib
--WEB-INF/classes
这样的目录结构,估计你的是eclipse下面的组织结构,比如:
tomcat_test
--src
--webRoot