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
application. I will look into this more closely. I wonder if you could give
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 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
directory where compiled jsps are stored at least once whether the clock
was at fault or not.

--David

Bob Riaz wrote:

>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 jsp is
>displayed. I have checked path specified in my servlet to make sure it's
>poitning to the right jsp. In fact, the version that's displayed doesn't
>exist in any of my folders, so I'm not sure where this form would be coming
>from. I've had this result using IE and Firefox. I thought it might be an
>Europa issue, so i tried running the app on Eclipse 3.2 - same result.
>Cleaning and rebuilding the project makes no difference. Also, it doesn't
>seem possible anymore make a change to the servlet, and have it hot
>deployed. I don't get a message from Tomcat saying it couldn't hot deploy,
>but in order to make the modified version of the servlet current I need to
>do a Clean/Rebuild of the project.
>
>Everybody's thoughts on this would be greatly appreciated!!
>
>Thanks.
>
>Bob
>
>
>---------------------------------------------------------------------
>To start a new topic, e-mail: users@tomcat.apache.org
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to