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 Mead, Jennifer L - VSCM
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 the user wants to modify, thus I wrote a shell script to rebuild the JSP pages

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 Avi Deitcher
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 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

Re: Run shell script when web application start/restart

2006-07-13 Thread Tom Potter
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 the user wants to modify

Re: Run shell script when web application start/restart

2006-07-13 Thread Avi Deitcher
[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 the user wants to modify

RE: Run shell script when web application start/restart

2006-07-13 Thread Richard Mixon
To: Tomcat Users List Subject: Re: Run shell script when web application start/restart The reason for me choosing the first, messy solution was that this had to be a quick fix, rewriting the logic in the JSP pages was out of the question (and way above the allocated budget ;) ). Of course I had

Re: Run shell script when web application start/restart

2006-07-13 Thread Avi Deitcher
To: Tomcat Users List Subject: Re: Run shell script when web application start/restart The reason for me choosing the first, messy solution was that this had to be a quick fix, rewriting the logic in the JSP pages was out of the question (and way above the allocated budget ;) ). Of course I had

Re: Run shell script when web application start/restart

2006-07-13 Thread Ibrahim . Siddiqui
@tomcat.apache.org cc: Subject:Re: Run shell script when web application start/restart Richard, I think he is discussing a 2-step process. First the JSP pages are *generated* via some shell script, then they are *compiled* from the JSP source by Tomcat. that is why I