请检查底部的错误 嗨, 我刚刚在Windows上使用TOMCAT。 我正在使用TOMCAT来部署我在RHEL 5中制作的java项目。 现在我想在窗口上运行该项目。 所以我复制并将我的项目文件夹粘贴到Tomcat W
嗨,
我刚刚在Windows上使用TOMCAT。
我正在使用TOMCAT来部署我在RHEL 5中制作的java项目。
现在我想在窗口上运行该项目。
所以我复制并将我的项目文件夹粘贴到Tomcat Web应用程序目录中
i.e C:\Program Files\apache-tomcat-6.0.37\webapps
但是当我打开我的第一个登录页面时我面临下面的错误,我无法运行该项目。
我的问题是,我需要进一步修改代码或web.xml文件,因为我正在Windows上部署它。
请帮忙紧急
键入异常报告
message java.lang.IllegalStateException: No output folder
说明服务器遇到内部错误,阻止其执行此请求。
例外
org.apache.jasper.JasperException: java.lang.IllegalStateException: No output folder org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:538) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:364) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260) javax.servlet.http.HttpServlet.service(HttpServlet.java:723) root cause java.lang.IllegalStateException: No output folder org.apache.jasper.JspCompilationContext.createOutputDir(JspCompilationContext.java:678) org.apache.jasper.JspCompilationContext.getOutputDir(JspCompilationContext.java:197) org.apache.jasper.JspCompilationContext.getClassFileName(JspCompilationContext.java:514) org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:453) org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:399) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:585) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260) javax.servlet.http.HttpServlet.service(HttpServlet.java:723) note The full stack trace of the root cause is available in the Apache Tomcat/6.0.37 logs.我已经完全访问了我的Tomcat目录。 现在我没有得到这个错误。 谢谢 !!