Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread hezjing
Hi! Setting reloading=true does not solve the problem :-( Here are the steps I performed, 1) Reinstalled Tomcat 5.5.23 on Windows XP 2) Added the following parameters to JspServlet in Tomcat 5.5\conf\web.xml development=false reloading=true checkInterval=3 3) Started Tomcat service 4) Deployed

Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread hezjing
Hi! If I understood the comment in web.xml correctly, by default, the JspServlet is initialized with the following parameters development=true modificationTestInterval=4 Aren't this sufficient to reload the JSP after 4 seconds the JSP is updated? On 8/27/07, hezjing [EMAIL PROTECTED] wrote:

Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread hezjing
: Refresh JSP in Tomcat 5.5 Hi! Setting reloading=true does not solve the problem :-( Here are the steps I performed, 1) Reinstalled Tomcat 5.5.23 on Windows XP 2) Added the following parameters to JspServlet in Tomcat 5.5\conf\web.xml development=false reloading=true checkInterval=3 3

Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread Brian Munroe
On 8/26/07, hezjing [EMAIL PROTECTED] wrote: Hi! If I understood the comment in web.xml correctly, by default, the JspServlet is initialized with the following parameters development=true modificationTestInterval=4 Aren't this sufficient to reload the JSP after 4 seconds the JSP is

Re: Refresh JSP in Tomcat 5.5

2007-08-26 Thread Brian Munroe
BTW, with the configuration I showed below, the JSP does not get translated to a *.java file until I first access the page. On 8/26/07, Brian Munroe [EMAIL PROTECTED] wrote: On 8/26/07, hezjing [EMAIL PROTECTED] wrote: Hi! If I understood the comment in web.xml correctly, by default, the

Re: Refresh JSP in Tomcat 5.5

2007-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hezjing, hezjing wrote: In Tomcat 5.5\conf\web.xml, I have defined modificationTestInterval=0 and that the context's reloadable=true. Maybe try 'reloading=true' instead? http://tomcat.apache.org/tomcat-5.5-doc/jasper-howto.html - -chris