RE: JSP Reload problem (wierd)

2006-12-26 Thread Caldarale, Charles R
> From: Mon Cab [mailto:[EMAIL PROTECTED] > Subject: RE: JSP Reload problem (wierd) > > > checkInterval > 1 > > > development > true > You need to read the comments in web.xml: checkInter

Re: JSP Reload problem (wierd)

2006-12-26 Thread Martin Gainty
e. - Original Message - From: "Mon Cab" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, December 26, 2006 1:41 AM Subject: RE: JSP Reload problem (wierd) > > --- Mon Cab <[EMAIL PROTECTED]> wrote: > >> I just added the follo

Re: JSP Reload problem (wierd)

2006-12-26 Thread Andre Prasetya
; > --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > > > From: Mon Cab [mailto:[EMAIL PROTECTED] > > > Subject: Re: JSP Reload problem (wierd) > > > > > > Also, It looks like Tomcat is already configured to > > > reload the

RE: JSP Reload problem (wierd)

2006-12-25 Thread Mon Cab
ack to Login.jsp, and request the page again in IE6, the jsp recompiles, and I get the updated response. > > > --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > > > From: Mon Cab [mailto:[EMAIL PROTECTED] > > > Subject: Re: JSP Reload pro

RE: JSP Reload problem (wierd)

2006-12-25 Thread Mon Cab
I just added the following to web.xml. checkInterval 1 development true --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Mon Cab [mailto:[EMAIL PROTECTED] > > Subject: R

RE: JSP Reload problem (wierd)

2006-12-25 Thread Caldarale, Charles R
> From: Mon Cab [mailto:[EMAIL PROTECTED] > Subject: Re: JSP Reload problem (wierd) > > Also, It looks like Tomcat is already configured to > reload the jsp's. (below is from the server.xml file). The config for jsp handling is in conf/web.xml, not server.xml. Look at th

Re: JSP Reload problem (wierd)

2006-12-25 Thread Mon Cab
Clearing the cache does not make any differnece. The jsp does not seem to be being recompiled on the production server (Fedora 4, Tomcat 5.0.28). When I edit my Login.jsp, and then request it in my browser, should there not be a new Login_jsp.class compiled in the work directory? I cannot find

Re: JSP Reload problem (wierd)

2006-12-25 Thread Pierre Goupil
Hello ! I think it's a cache issue, too. Doesn't suffice to reload the page, for testing purposes, you should also tell to your browser not to cache the pages. In firefox : edit / preferences / private life / cache then set it to 0 MB and erase the currently chached files (don't know the englis

Re: JSP Reload problem (wierd)

2006-12-25 Thread Mon Cab
I tried using Firefox, and got the same result. I also tried using shift + reload. Also, It looks like Tomcat is already configured to reload the jsp's. (below is from the server.xml file). How come no new Login_jsp.class is being written to the work directory? (The jsp file tmestamp is defi

Re: JSP Reload problem (wierd)

2006-12-25 Thread David Smith
Try Shift+Reload. I don't think Ctrl+Reload does anything. --David Mon Cab wrote: I am using WinSCP to open and edit jsp's on my remote Tomcat server. I open the file from the server to edit and add a hello world into the Login jsp. Then I request the page in IE 6 and it loads the page and

Re: JSP Reload problem (wierd)

2006-12-24 Thread Rizwan
Hi, This is usually a problem with IE, it caches your pages for you. This might be the reason. Try doing the same in some other browser. (Firefox usually doesnt cache the pages.) If u still have the problem in other browsers, you might have to enable autoreload in tomcat to recomplie jsp