Run shell script when web application start/restart

2006-07-13 Thread Tom Potter
The JSP pages in the Web application I install under Tomcat 4.1.30 are based on some configuration files the user wants to modify, thus I wrote a shell script to rebuild the JSP pages and repopulate the webapps folder. My question is that is there a way to hook up my shell script with the webapp

Re: Run shell script when web application start/restart

2006-07-13 Thread Tom Potter
-Original Message- From: Tom Potter [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 5:28 AM To: users@tomcat.apache.org Subject: Run shell script when web application start/restart The JSP pages in the Web application I install under Tomcat 4.1.30 are based on some configuration files

Re: Run shell script when web application start/restart

2006-07-13 Thread Tom Potter
generated. JSP includes enough logic tags. Why not refactor your JSP pages so that they read the configuration files and output the appropriate information? This would be much cleaner, and probably wouldn't even require context restart? Tom Potter wrote: Jen, Just to make sure that we both talk