文章列表
Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: org/dom4j/DocumentException
解决:You need Dom4J in your classpath.
在tomcat的server.xml需要同时修改:
1、<Server port="8006" shutdown="SHUTDOWN">
2、<Connector port="6780" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />