RE: Auto Reload Features by Tomcat

2006-06-02 Thread Richard Mixon
lso. HTH - Richard -Original Message- From: ks.foong [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 1:52 AM To: 'Tomcat Users List' Subject: Auto Reload Features by Tomcat Hi, I notice that starting from Tomcat 5 onwards; we can enjoy the benefit of the "Auto-relo

Re: Auto Reload Features by Tomcat

2006-06-02 Thread Jerome Jar
I think it's because that you just enabled the "Auto Build" feature of eclipse, so every time you changed your java source, eclipse built it for you, and tomcat saw the class files changed and then reloaded that context. But when you metioned "for my production", I guess that machine do not have a

Re: Auto Reload Features by Tomcat

2006-06-02 Thread Marc Farrow
ake sure my tag in server.xml have included the reloadable="true" entity Foong Kim Seong -Original Message- From: ks.foong [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 4:52 PM To: 'Tomcat Users List' Subject: Auto Reload Features by Tomcat Hi, I notice tha

RE: Auto Reload Features by Tomcat

2006-06-02 Thread ks.foong
Forget to mentioned, I have make sure my tag in server.xml have included the reloadable="true" entity Foong Kim Seong -Original Message- From: ks.foong [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 4:52 PM To: 'Tomcat Users List' Subject: Auto Reload Fe

Auto Reload Features by Tomcat

2006-06-02 Thread ks.foong
Hi, I notice that starting from Tomcat 5 onwards; we can enjoy the benefit of the "Auto-reload" features of it. I personally have tried it with my Eclipse development. Each time I have changed any servlet coding, the eclipse (or more specific, Tomcat) able to detect the changes and Reload for i