|
From: Leif M. <le...@ta...> - 2003-09-25 02:42:27
|
Bin Duan,
I was not clear from you later posts, but were you able to get this
working correctly?
As Sal said, these problems are usually caused by the tools.jar file
missing from your
classpath. However, I see that you have specified it in the classpath
in your
wrapper.conf. Other than verifying the location of the tools.jar file,
try looking for any
other hints in other log files.
Leif
Bin_Duan/Cla...@cl... wrote:
>We'd like to start JBoss currently hosting our J2EE application using
>Wrapper. I followed the step-by-step instruction from the website to setup
>JBoss wrapper. And the JBoss started up fine, but when I tried to access
>our application, I got an error indicating unable to compile class for JSP
>as follows:
>
>org.apache.jasper.JasperException: Unable to compile class for JSP
> at
>org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:479)
>
> at
>org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:184)
>
> at
>org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
> 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(ApplicationFilterChain.java:247)
>
> at
>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
>
>
|