> From: ktou Ho [mailto:[EMAIL PROTECTED] > Subject: RE: Singleton in Tomcat 6.0 not working > > I print out the counter in the constructor. ( I also using a > debugger check, my filter got call twice also).
Do you have any subclasses of the class with the singleton? If so, the static initializer (and therefore the constructor) will be called twice, once for the parent and once for the subclass. - 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]