Hi

I'm using Tomcat5 with JBOSS
It has an exception and tells me to out the tools.jar in the common/lib of tomcat, 
howeve the tomcat5 under jboss doesnt have any common/lib :/

I have updated my JBOSS_CLASSPATH to contain the tools.jar however I still get this 
error:

org.apache.jasper.JasperException: Unable to compile class for JSP

No Java compiler was found to compile the generated source for the JSP.
This can usually be solved by copying manually $JAVA_HOME/lib/tools.jar from the
 JDK
to the common/lib directory of the Tomcat server, followed by a Tomcat restart.

If using an alternate Java compiler, please check its installation and access pa
th.

        at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErro
rHandler.java:127)
        at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher
.java:351)
        at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:415)
        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:458)
        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
        at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext
.java:552)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:291)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
01)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829167#3829167

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829167


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to