Hello, While developing a Struts application I have to restart it frequently. Using the Tomcat 4.1 manager makes this quicker. What is not clear to me after reading through the documentation is the difference between stop/start and reload. The latter does not reload my struts-config.xml, while the former combination does. According to tomcat-docs/manager-howto.html reload is used to
"Signal an existing application to shut itself down and reload. This can be useful when [...] you've made other changes (such as to conf/web.xml) that are not automatically recognized by Tomcat." According to http://www.mail-archive.com/[email protected]/msg73895.html "reload will be faster(one command vs two), but start/stop will allow web.xml to be read again." What is the difference between reload and stop/start? Jonas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
