reloading web.xml

2003-09-05 Thread Jason Jesso
I have noticed that Tomcat will see any changes in web.xml for a particular webapp without restarting the server. But I have seen a few times where it doesn't reload the update to web.xml for my webapp. Is this normal? Or is there a way to get Tomcat to reload web.xml on every change to it?

Can You Dynamically Reloading 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: Can You Dynamically Reloading web.xml?

2001-05-30 Thread Michael Wentzel
If I have webapp named a b, is it possible to: (1) dynamically add c without restarting the tomcat service thereby affecting a b? Someone correct me if I'm worng here but I believe the answer is yes, but you would have to reference it in relation to the root webapp. In other words,