Re: multiple instances of load-on-startup classes

2006-06-27 Thread Magnus LarsgÄrden
either. I really think that this is a serious bug... BR Magnus - Original Message - From: "dirk ooms" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, June 27, 2006 3:04 PM Subject: Re: multiple instances of load-on-startup classes i had someth

Re: multiple instances of load-on-startup classes

2006-06-27 Thread dirk ooms
i had something similar and the reason then was that i had duplicate context definition files. it seems that your context definition is not in server.xml, so you might check whether there are duplicate context files somewhere in tomcat/conf/... dirk On Tuesday 27 June 2006 13:43, Mark Benussi

multiple instances of load-on-startup classes

2006-06-27 Thread Mark Benussi
We have a webapp running within Tomcat 5.0.28 on Linux. The message log indicates that any classes are loaded twice. Also, any singleton objects created by these load-on-startup classes are created twice. This has been confirmed by stepping through the code via a debugger. From what I have g