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.
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
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
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
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
>&
; -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_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
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
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