Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] LTW Problem with Tomcat 6

Hi,

I posted a note yesterday about LTW with Tomcat

The problem only happens with JSPs that are not precompiled

ava.lang.ClassNotFoundException: javax.servlet.ServletException
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:212)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

maybe this information can shed more light about the class loader problem
thanks
Yaron

Back to the top