RE: JSP Classloader issue

2008-03-06 Thread Caldarale, Charles R
> 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

Re: JSP Classloader issue

2008-03-06 Thread Martin Gainty
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