New jsp not being read

2008-01-17 Thread Bob Riaz
Hi all, Here is my environment: Eclipse Europa Tomcat 5.5 Windows XP Pro My application goes like this: request -- servletA -- form.jsp -(post)- servletB My problem is this: when I make a change to form.jsp, this change is not reflected in the jsp that gets displayed. An older version of the

Re: New jsp not being read

2008-01-17 Thread David Smith
I see this most often when the jsp is on a remote server and the clocks are out of sync between my desktop system and the server. Check to be sure the clocks are in sync if tomcat is on a remote system and transfer the jsp again. You may want to also consider cleaning out tomcat's work

Re: New jsp not being read

2008-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob, Bob Riaz wrote: | Thank you, David. The jsp is on my development machine. I'm doing all my | testing locally, so I wouldn't think this would be an issue. However, I have | been changing my system clock to test some time sensitive aspects of the

Re: New jsp not being read

2008-01-17 Thread Ken Bowen
I've found that working (on my dev box -- sometimes windows, sometime linux) under Eclipse, it can be somewhat unpredictable when redeployment of a new page really takes in Tomcat's directory. When it seems funny, as Chris suggested, I shutdown Tomcat (from the MyEclipse control). Since I

RE: New jsp not being read

2008-01-17 Thread Bob Riaz
me a pointer how to clean tomcat's work directory. Thanks again for your thoughts. --Bob -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, January 17, 2008 10:35 AM To: Tomcat Users List Subject: Re: New jsp not being read I see this most often when the jsp