Ok, my fault. What exactly does a webapp restart do. -----Urspr�ngliche Nachricht----- Von: John Turner [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 19. August 2003 14:11 An: Tomcat Users List Betreff: Re: about web.xml and servlet mapping and reloading
Reloading/restarting your web application is not the same as reloading/restarting Tomcat. You can reload/restart web applications without restarting Tomcat. That's what the manager app is for, and that documentation says that a web app reload will not re-read web.xml, you need a web app restart, not a Tomcat restart. John Nitschke Michael wrote: > I try to dynamically create and change servlet mapping in the web.xml in > full production mode and then reload/reread the web.xml to update the > mapping, but as i read in the manage application: > > <quote>NOTE: The /WEB-INF/web.xml web application configuration file is > not reread on a reload. If you have made changes to your web.xml file > you must stop then start the web application. </quote> > > it does not work like i need it, because the tomcat should not be > restarted (loss of temporary data). > > Is there a way to keep the mappings available for tomcat and reloadable > (no tomcat restart requiered). > > > > Thanx Mike > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
