You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "administrator neonultra.com" <ad...@neonultra.com> on 2003/11/19 07:25:17 UTC

Help in tomcat

Hello,

I am getting the following error when I am reloading/ copying a new  a
.class file to my
WEB-INF/classes folder,

I have don the changes to server.xml in that chalges the reloadable
attribute to true.
So please hellp how to do this  ====

 =============Error getting ========


Compile failed; see the compiler error output for details.
        at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:844)
        at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:682)
        at
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:320)
        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:370)
        at
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext
.java:473)
        at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:190)
        at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:2
95)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:247)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:193)
        at org.apache.catalina.core.StandardWrapperValve.invoke(Standard




Santosh Rathi