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
the problem in other browsers, you might have to > > > enable > > > autoreload in tomcat to recomplie jsps or reload classes whenever > > > there is a change to the file. > > > > > > Hope this helps. > > > > > > Rizwan. > > > >

Re: JSP Reload problem (wierd)

2006-12-25 Thread Pierre Goupil
t have to > enable > autoreload in tomcat to recomplie jsps or reload classes whenever > there is a change to the file. > > Hope this helps. > > Rizwan. > > - Original Message - > From: "Mon Cab" <[EMAIL PROTECTED]> > To: "Tomcat Usergroup

Re: JSP Reload problem (wierd)

2006-12-25 Thread Mon Cab
here is a change to the file. > > Hope this helps. > > Rizwan. > > - Original Message - > From: "Mon Cab" <[EMAIL PROTECTED]> > To: "Tomcat Usergroup" > Sent: Monday, December 25, 2006 12:26 PM > Subject: JSP Reload problem (wierd)

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
jsps or reload classes whenever there is a change to the file. Hope this helps. Rizwan. - Original Message - From: "Mon Cab" <[EMAIL PROTECTED]> To: "Tomcat Usergroup" Sent: Monday, December 25, 2006 12:26 PM Subject: JSP Reload problem (wierd) I am usi

JSP Reload problem (wierd)

2006-12-24 Thread Mon Cab
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 hello world is displayed. The page loads within a second (is this enough time for a jsp