Hello,
I have a question about Tomcat Web Application Manager.
Suppose I have static member in a simple class
public class xxx {
public static yyy zzz = new yyy();
}
I load my web application and everything is fine. But
when I reload my whole application using Tomcat
Web Application Manager zzz contains the same instance
of yyy as before reloading. Is it a bug of TWAM?
Best regards
Martin Sielski
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]