> From: Pat C [mailto:[EMAIL PROTECTED]
> Subject: JSP Classloader issue
>
> Similar to how different servlets run in different
> classloaders scope,
Actually, it's different webapps that are handled by separate
classloaders. All servlets of a given webapp are under the same
classloader.
> w
Pat-
appears to be a security error
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Thread.html#setContextClas
sLoader(java.lang.ClassLoader)
you'll need to set the runtime permission for the classLoader to execute via
1) make these edits to $CATALINA_HOME/conf/catalina.policy
grant codeBase "fi