Hey,

I'm surprised you haven't had a reply on this as I know users do have this
kind of configuration running.

I'd be expecting the ServletException to be loaded by a classloader higher
up the hierarchy than that used to load and run the application.  I presume
you are just weaving the application and nothing unusual like javax.* types?

Andy

2009/8/19 yaron <[email protected]>

> 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
>
> _______________________________________________
> aspectj-users mailing list
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to