Re: Run shell script when web application start/restart

2006-07-13 Thread Ibrahim . Siddiqui
To: Tomcat Users List 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.

Re: Run shell script when web application start/restart

2006-07-13 Thread Avi Deitcher
Thursday, July 13, 2006 7:59 AM >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 >(an

RE: Run shell script when web application start/restart

2006-07-13 Thread Richard Mixon
AM 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 ha

Re: Run shell script when web application start/restart

2006-07-13 Thread Avi Deitcher
ng >> > something please make it clear to me... >> > >> > Rgds >> > Thomas >> > >> > On 7/13/06, Mead, Jennifer L - VSCM <[EMAIL PROTECTED]> >> wrote: >> > >> >> >> >> On my box the start and stop

Re: Run shell script when web application start/restart

2006-07-13 Thread Tom Potter
m to a save file and put in an >> execution string. The start scripts are in tomcat_home/bin. >> >> Jen >> >> -Original Message----- >> From: Tom Potter [mailto:[EMAIL PROTECTED] >> Sent: Thursday, July 13, 2006 5:28 AM >> To: users@tomcat.apache.org >&

Re: Run shell script when web application start/restart

2006-07-13 Thread Avi Deitcher
; -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

Re: Run shell script when web application start/restart

2006-07-13 Thread Tom Potter
tomcat_home/bin. Jen -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 som

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 and

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