小编Har*_*kur的帖子

message java.lang.IllegalStateException:没有输出文件夹

我是Windows上的Tomcat新手.我正在尝试使用Tomcat部署我在RHEL 5中创建的Java项目.现在我想在窗口上运行该项目.所以我在Tomcat web apps Directory中复制并粘贴了我的项目文件夹

i.e C:\Program Files\apache-tomcat-6.0.37\webapps
Run Code Online (Sandbox Code Playgroud)

但是我无法运行项目,因为我在打开第一个登录页面时面临以下错误.我是否需要在代码或web.xml文件中进行任何进一步更改,因为我现在正在Windows上部署它?

type Exception report

message java.lang.IllegalStateException: No output folder

**Description** The server encountered an internal error that prevented
it from fulfilling this request.

Exception

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.
Run Code Online (Sandbox Code Playgroud)

jsp tomcat tomcat6

31
推荐指数
3
解决办法
7万
查看次数

标签 统计

jsp ×1

tomcat ×1

tomcat6 ×1