RE: Instantiate a bean on startup

2003-10-07 Thread Peter Guyatt
] Sent: 07 October 2003 06:22 To: Tomcat Users List Subject: Re: Instantiate a bean on startup Hello all. Is there an easy way to instantiate a bean as soon as tomcat starts? Basically, I want a bean to be instantiated and available to all sessions as soon tomcat starts. Any ideas

Instantiate a bean on startup

2003-10-06 Thread Benjamin Swanson
Hello all. Is there an easy way to instantiate a bean as soon as tomcat starts? Basically, I want a bean to be instantiated and available to all sessions as soon tomcat starts. Any ideas? ben __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search

RE: Instantiate a bean on startup

2003-10-06 Thread Richard Mixon (qwest)
] Sent: Monday, October 06, 2003 2:43 PM To: [EMAIL PROTECTED] Subject: Instantiate a bean on startup Hello all. Is there an easy way to instantiate a bean as soon as tomcat starts? Basically, I want a bean to be instantiated and available to all sessions as soon tomcat starts. Any ideas? ben

Re: Instantiate a bean on startup

2003-10-06 Thread Nikola Milutinovic
Hello all. Is there an easy way to instantiate a bean as soon as tomcat starts? Basically, I want a bean to be instantiated and available to all sessions as soon tomcat starts. Any ideas? There is no such thing as Tomcat scope for variables, so you're hosed. Not just with Tomcat... Why