Re: Application Resource reload.

2001-09-27 Thread Peter Pilgrim
Yes look in struts-config.xml for the answer. There should be a reload action unless you deleted it. Type in the URL in to your browser `http://localhost:8080/web-app/admin/reload.do' Bookmark it! -- Peter Pilgrim | |++44 (0)207-545-9923 \ \ ___ / / ...

RE: Application Resource reload.

2001-09-27 Thread iwanek
Hello, `http://localhost:8080/web-app/admin/reload.do' This surely is useful, but the original struts-conifg.xml has a little comment over it saying this should be protected by some security measure in an real application. Now I wonder how it can be done. Any ideas? -- kazumi

Application Resource reload.

2001-09-26 Thread Mark Gordon
Is it possible to reload the applicationresource.properties file without restarting the web server/servlet container? Is it possible to reload the struts-config.xml? Thanks, Mark

Re: Application Resource reload.

2001-09-26 Thread Marcelo Vanzin
Mark Gordon wrote: Is it possible to reload the applicationresource.properties file without restarting the web server/servlet container? Is it possible to reload the struts-config.xml? The default webapp comes with some mapping to do that (I think they are commented out by