Re: How to load a class when tomcat starts

2005-12-25 Thread Anoop kumar V
gt; > control > > > when the web application starts and when it ends, among otherevents. > It is > > > pretty well described in the servlet spec and is pretty simple. > > > > > > HTH -Richard > > > > > > -Original Message- &

RE: How to load a class when tomcat starts

2005-12-11 Thread Sethuraman, Prabhu \(Cognizant\)
Add the relevant classes to web-inf/classes, start your app and its all done. Thanks, Prabhu S -Original Message- From: vineesh kumar [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 11:07 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: How to load a class when tomcat s

Re: How to load a class when tomcat starts

2005-12-10 Thread Anoop kumar V
g otherevents. It is > pretty well described in the servlet spec and is pretty simple. > > HTH -Richard > > -Original Message- > From: vineesh kumar [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 10, 2005 12:22 AM > To: users@tomcat.apache.org > Subject: How

RE: How to load a class when tomcat starts

2005-12-10 Thread Richard Mixon
:[EMAIL PROTECTED] Sent: Saturday, December 10, 2005 12:22 AM To: users@tomcat.apache.org Subject: How to load a class when tomcat starts Hi all, I need to load a java class when tomcat starts, which will initializes some configuration files and so i can use the fields in the class throught the

How to load a class when tomcat starts

2005-12-09 Thread vineesh kumar
Hi all, I need to load a java class when tomcat starts, which will initializes some configuration files and so i can use the fields in the class throught the environment.How can i do this.? Actually I am working on a distributed application, so the configuration files may change frequently but on

How to load a class when tomcat starts

2005-12-08 Thread vineesh kumar
Hi all, I need to load a java class when tomcat starts, which will initializes some configuration files and so i can use the fields in the class throught the environment.How can i do this.? Actually I am working on a distributed application, so the configuration files may change frequently but o