Re: JSP pages not refreshing

2004-12-03 Thread Ben Souther
> Any pointers? Yep, Check the dates on the machines involved. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JSP pages not refreshing

2004-12-03 Thread Mayuresh Kshirsagar
o: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, December 03, 2004 6:38 PM Subject: Re: JSP pages not refreshing > > I am on windows. have apache, tomcat and java. I have a test website up and > > running on my test machines. > This is an app that you buil

Re: JSP pages not refreshing

2004-12-03 Thread Ben Souther
> I am on windows. have apache, tomcat and java. I have a test website up and > running on my test machines. This is an app that you built? You didn't just modify the contents of the sample apps shipped with Tomcat did you? > I have changed the contents on of the pages. they dont sem to be reflec

RE: JSP pages not refreshing

2004-12-03 Thread Peter Crowther
> From: David Stevenson [mailto:[EMAIL PROTECTED] > The equivalent of touch on Windows: > 1. Open JSP page. > 2. Add space. Remove space. > 3. Press Save. Or grab the UNIX utility ports from http://unxutils.sourceforge.net/ and use touch.exe :-) I use this suite daily; it does its job, and it do

Re: JSP pages not refreshing

2004-12-03 Thread David Stevenson
The equivalent of touch on Windows: 1. Open JSP page. 2. Add space. Remove space. 3. Press Save. David Stevenson On Fri, 2004-12-03 at 03:11, Mayuresh Kshirsagar wrote: > Hi Folks, > > I am on windows. have apache, tomcat and java. I have a test website up and > running on my test machines. > >

Re: JSP pages not refreshing

2004-12-03 Thread Mayuresh Kshirsagar
3, 2004 2:59 PM Subject: Re: JSP pages not refreshing > Hi , > > Follow these points > > -Goto tomcat5.5/conf/ folder > -open the web.xml > -Find out the JSP servlet > which will look like > > > jsp > > org.apache.jasp

Re: JSP pages not refreshing

2004-12-03 Thread vishal nalwa
Hi , Follow these points -Goto tomcat5.5/conf/ folder -open the web.xml -Find out the JSP servlet which will look like jsp org.apache.jasper.servlet.JspServlet fork false xpoweredBy false

JSP pages not refreshing

2004-12-03 Thread Mayuresh Kshirsagar
Hi Folks, I am on windows. have apache, tomcat and java. I have a test website up and running on my test machines. I have changed the contents on of the pages. they dont sem to be reflecting the changes. On Unix, we have a touch on these jsps, which solves the problem. How can we do it on window