RE: JSP Page caching questions

2002-03-19 Thread Anthony Eden
ginal Message- > From: Don Sauer [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 19, 2002 2:23 PM > To: 'Tomcat Users List' > Subject: RE: JSP Page caching questions > > > There are 2 ways. 1. Modify the server.xml and turn > reloadable off for your JSP (this

RE: JSP Page caching questions

2002-03-19 Thread Don Sauer
Eden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:23 AM To: 'Tomcat Users List' Subject: RE: JSP Page caching questions FWIW, I wrote a small Perl script for doing a recursive touch on all files in a given directory. It is at http://www.anthonyeden.com/projects/perl/rto

RE: JSP Page caching questions

2002-03-19 Thread Anthony Eden
19, 2002 9:14 AM > To: Tomcat Mailing List (E-mail) > Subject: JSP Page caching questions > > > > Hi, > > Here is the environment I am running under. > Redhat linux 7.2 running apache 1.3 and Tomcat 3.2.3. > > I have a JSP website that I am making modification

AW: JSP Page caching questions

2002-03-19 Thread Ralph Einfeldt
ling List (E-mail) > Betreff: JSP Page caching questions > My question is this. How do i tell tomcat to recompile all > the JSP so that > they are updated with the modifications I made. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL P

RE: JSP Page caching questions

2002-03-19 Thread Rodrigo Gonzalez Asensio
02 11:14 a.m. To: Tomcat Mailing List (E-mail) Subject: JSP Page caching questions Hi, Here is the environment I am running under. Redhat linux 7.2 running apache 1.3 and Tomcat 3.2.3. I have a JSP website that I am making modifications to, here is what is happening. I hav a group of 20 pages,

JSP Page caching questions

2002-03-19 Thread Diego, Emil
Hi, Here is the environment I am running under. Redhat linux 7.2 running apache 1.3 and Tomcat 3.2.3. I have a JSP website that I am making modifications to, here is what is happening. I hav a group of 20 pages, that are all including another pages using the following tag <%@include file="incl