日期:2014-05-17  浏览次数:20712 次

tomcat出错,折磨
本帖最后由 liu1pan2min3 于 2013-10-05 23:24:11 编辑
不知道为什么最近tomcat出问题了,整了半天,什么项目都运行不了,今天试了下struts2,挣了半天,还是有错请大神指教
由于字数过多,只能放在博客里了,请大神由这个链接,查看我的问题,谢谢
http://blog.csdn.net/liu1pan2min3/article/details/12322305

------解决方案--------------------
估计是
D:/%E6%96%B0%E5%BB%BA%E6%96%87%E4%BB%B6%E5%A4%B9%20(5)/Tomcat%206.0/webapps/bbbb/WEB-INF/lib/struts2-spring-plugin-2.0.14.jar
这个包和你工程的包冲突了,把这个包删了试试
------解决方案--------------------
信息: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Users\Administrator\AppData\Local\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\bin;D:\新建文件夹 (5)\Tomcat 6.0\bin
2013-10-5 23:09:26 org.apache.coyote.http11.Http11Protocol init

是不是jdk的环境变量配置有问题
------解决方案--------------------
路径里最好不要有中文、空格
------解决方案--------------------
中文的问题???
------解决方案--------------------
/struts2-spring-plugin-2.0.14.jar
这个包的问题吧..
Caused by: java.lang.ClassNotFoundExceptionorg.springframework.context.ApplicationContextAware

------解决方案--------------------
找个正确的项目,把他的包导入进去试试
------解决方案--------------------
tomcat不放到中文路径下试试。。
------解决方案--------------------
Always use UTF-8 charset in the project settings to solve the issue
------解决方案--------------------
不是jar包冲突就是中文的问题