On 8/27/07, hezjing <[EMAIL PROTECTED]> wrote:
> I started to believe that this may not be Tomcat's problem.
>
> It is showing the latest JSP after I I took out all the configuration
> and libraries of Struts, Hibernate, Log4j and etc.
>
> I will post my question to the other mailing list, and I ap
I started to believe that this may not be Tomcat's problem.
It is showing the latest JSP after I I took out all the configuration
and libraries of Struts, Hibernate, Log4j and etc.
I will post my question to the other mailing list, and I appreciate your help!
Thank you!
On 8/27/07, Brian Munro
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 defa
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
D]
> Sent: Monday, 27 August 2007 1:59 PM
> To: Tomcat Users List
> Subject: Re: 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
>
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:
Java Developer
Koorong Books (http://www.koorong.com/)
http://www.google.com/reader/shared/16849249410805339619
http://timundergod.blogspot.com
-Original Message-
From: hezjing [mailto:[EMAIL PROTECTED]
Sent: Monday, 27 August 2007 1:59 PM
To: Tomcat Users List
Subject: Re: Refresh JSP in
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 m
-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