> 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
executed by catalina..
M-
- Original Message -
From: "Pat C" <[EMAIL PROTECTED]>
To:
Sent: Thursday, March 06, 2008 11:25 AM
Subject: JSP Classloader issue
> Hi,
>
> Similar to how different servlets run in different classloaders scope,
> we have written a web ap
Hi,
Similar to how different servlets run in different classloaders scope,
we have written a web application (WAR File) that runs the applications
for each customer by creating a classloader per customer within the same
servlet context.
This means that all the dependent jar files of the proj