Currently, we have a few three development instances of the "same"
application being run - webapps/A, webapps/B, and webapps/C. By same
I mean the same application, although each instance is usually a bit
different, as the developers work on their individual instance. The
problem we are facing is that when a user restarts Tomcat, their Java
code (and not their jsp or html code) is displayed on their web
instance as well as all other web instances. So, for example, if
user A restarts Tomcat, their Java code is seen also on the web
instances of user B and user C. It is important to note that the
actual code is not copied over to each of the users directory when a
restart occurs, yet the code is viewed across all instances. Anyone
have any idea why this behavior could be taking place? I recently
created a Listener class to precompute a few variables. This may or
may not be related (don't think it is). Thanks.
Ryan
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]