Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by Oliver Meyn: http://wiki.apache.org/struts/StrutsInitialization The comment on the change is: added new faq ------------------------------------------------------------------------------ Note that there is an existing listener in the Java Web Parts project that will take care of all the details and allow you to just provide a configuration file. It creates a config object for you on-the-fly (and it also has more advanced capabilities if you require more control over things). Details at http://javawebparts.sourceforge.net in the Listener package. }}} + ---- + = #5 Why does editing web.xml force a reload? = + {{{ + This is the default behaviour of a host as defined in server.xml. To disable this behaviour the host needs both autoDeploy="false" and liveDeploy="false" in its definition. For example + <Host name="localhost" debug="0" appBase="/path/to/app" autoDeploy="false" liveDeploy="false"> + ... + </Host> + + }}} ---- Up to StrutsNewFaqs --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
