Re: JSP Reload problem (wierd)

2006-12-26 Thread Andre Prasetya
, 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 problem (wierd) Also, It looks like Tomcat is already configured to reload the jsp's. (below is from

Re: JSP Reload problem (wierd)

2006-12-26 Thread Martin Gainty
- From: Mon Cab [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, December 26, 2006 1:41 AM Subject: RE: JSP Reload problem (wierd) --- Mon Cab [EMAIL PROTECTED] wrote: I just added the following to web.xml. init-param param

RE: JSP Reload problem (wierd)

2006-12-26 Thread Caldarale, Charles R
From: Mon Cab [mailto:[EMAIL PROTECTED] Subject: RE: JSP Reload problem (wierd) init-param param-namecheckInterval/param-name param-value1/param-value /init-param init-param param-namedevelopment/param-name param-valuetrue

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-25 Thread Mon Cab
whenever there is a change to the file. Hope this helps. Rizwan. - Original Message - From: Mon Cab [EMAIL PROTECTED] To: Tomcat Usergroup users@tomcat.apache.org Sent: Monday, December 25, 2006 12:26 PM Subject: JSP Reload problem (wierd) I am using WinSCP to open and edit

Re: JSP Reload problem (wierd)

2006-12-25 Thread Pierre Goupil
Subject: JSP Reload problem (wierd) 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

Re: JSP Reload problem (wierd)

2006-12-25 Thread Mon Cab
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 users@tomcat.apache.org Sent: Monday, December 25, 2006 12:26 PM Subject: JSP Reload problem

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 the various attributes

RE: JSP Reload problem (wierd)

2006-12-25 Thread Mon Cab
, 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 jsp's. (below is from the server.xml file). The config for jsp handling is in conf/web.xml

RE: JSP Reload problem (wierd)

2006-12-25 Thread Mon Cab
: 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 the various attributes for the jsp servlet, and see if they match

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

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 users@tomcat.apache.org Sent: Monday, December 25, 2006 12:26 PM Subject: JSP Reload problem (wierd) I am using WinSCP