tomcat 导入不了自定义类的问题
我以前一直都是在TOMCAT下的\conf\Catalina\localhost新建一个XML文件,在里面配置下面这样一句话<Context path="/test" reloadable="true" docBase="E:\workspace\code\javaspace\myapp\WebRoot"/> 就搞定部署的。
可是现在是要发布到服务器并且要配置域名。我就在TOMCAT下的\conf\server.xml里做修改,添加如下配置:
<Host name="www.test.com" appBase="F:\www\test\" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> <Context path="" docBase="F:\www\test\" debug="0" reloadable="true"/> </Host>
org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 6 in the generated java fileOnly a type can be imported. com.yh.jiahe.util.Constants resolves to a package