ages need to be
macro/dynamically 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,
>
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
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