RE: Using the ServerFactory

2003-04-03 Thread Balaji
ocumentation, some on how the classloaders work Filip > -Original Message- > From: Balaji [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 9:39 PM > To: Tomcat Users List > Subject: RE: Using the ServerFactory > > > Hi, > > Thanks. But for the probl

RE: Using the ServerFactory

2003-04-03 Thread Filip Hanik
aders work Filip > -Original Message- > From: Balaji [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 9:39 PM > To: Tomcat Users List > Subject: RE: Using the ServerFactory > > > Hi, > > Thanks. But for the problem mentioned below, if the classloade

RE: Using the ServerFactory

2003-04-03 Thread Balaji
correct way to go. Tomcat 5 will include stats through JMX Filip > -Original Message- > From: Balaji [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 9:05 PM > To: Tomcat Users List > Subject: RE: Using the ServerFactory > > > No. It is for an intra

RE: Using the ServerFactory

2003-04-03 Thread Filip Hanik
yes, using JMX is the correct way to go. Tomcat 5 will include stats through JMX Filip > -Original Message- > From: Balaji [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 9:05 PM > To: Tomcat Users List > Subject: RE: Using the ServerFactory > > > No

RE: Using the ServerFactory

2003-04-03 Thread Balaji
Millennium ChemInformatics >-Original Message- >From: Balaji [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 03, 2003 1:51 AM >To: Tomcat Users List >Subject: RE: Using the ServerFactory > >Hi, > >I have a webapp and as a small part of my Application, I try to list th

RE: Using the ServerFactory

2003-04-03 Thread Shapira, Yoav
Howdy, Do you have any interest at all in your webapp being portable to other containers? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Balaji [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 03, 2003 1:51 AM >To: Tomcat Users List >Subject

RE: Using the ServerFactory

2003-04-02 Thread Balaji
Hi, I have a webapp and as a small part of my Application, I try to list the Tomcat server statistics. I figured that if I can get a reference to the Server Object through ServerFactory, I get the server Info. But this returns me a null object for the Server. The only other way I figure out is

RE: Using the ServerFactory

2003-04-02 Thread Shapira, Yoav
Howdy, What are you trying to do? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Balaji [mailto:[EMAIL PROTECTED] >Sent: Wednesday, April 02, 2003 7:21 AM >To: Tomcat Users List >Subject: Using the ServerFactory > >Hi , > >The following code returns me a null object

RE: Using the ServerFactory

2003-04-02 Thread Balaji
Hi, Tx for your reply. But this doesnt work. Is there any other way to do it? Thanks Bala At 04:59 AM 4/2/2003 -0800, you wrote: in order for you to be able to access this code, your jar would have to be inside of server/lib/ because of security reasons, tomcat doesn't share the classloader with w

RE: Using the ServerFactory

2003-04-02 Thread Filip Hanik
in order for you to be able to access this code, your jar would have to be inside of server/lib/ because of security reasons, tomcat doesn't share the classloader with with tomcat webapps. Filip > -Original Message- > From: Balaji [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 02, 20