> From: Robert Soeding [mailto:[EMAIL PROTECTED] 
> Subject: Re: WebApps not isolated
> 
> PHP files instantiate a new Java class of mine, which in turn calls a 
> static Java class of mine which returns the properties.
> 
> My Java classes are within the webs only (that is under 
> $CATALINA_HOME/webapps/webappX/WEB-INF/classes).

Are you absolutely positive about that?  Might be interesting to add
some debug traces to display the name of the classloader for the static
class when the properties are being stored and retrieved, and make sure
it's really where you think it is.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to