Dynamically reloading a web.xml

2001-05-30 Thread Jeff Trent

If I have webapp named a  b, is it possible to:

(1) dynamically add c without restarting the tomcat service thereby
affecting a  b?

(2) redeploy a without restarting the tomcat service?

Thanks.





RE: Dynamically reloading a web.xml

2001-05-30 Thread Martin van den Bemt

You can in tomcat 4, not in tomcat 3. 

Mvgr,
Martin

 -Original Message-
 From: Jeff Trent [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, May 30, 2001 9:00 AM
 To: [EMAIL PROTECTED]
 Subject: Dynamically reloading a web.xml
 
 
 If I have webapp named a  b, is it possible to:
 
 (1) dynamically add c without restarting the tomcat service thereby
 affecting a  b?
 
 (2) redeploy a without restarting the tomcat service?
 
 Thanks.