Re: Quick webapp reloading [was : Is jsp designed for use by large websites]

2006-12-02 Thread Pierre Goupil
. - Original Message From: Pierre Goupil <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Saturday, December 2, 2006 5:04:09 PM Subject: Re: Quick webapp reloading [was : Is jsp designed for use by large websites] Hi ! Yes, it does work !! This plus my discovery of yesterday (Ec

Re: Quick webapp reloading [was : Is jsp designed for use by large websites]

2006-12-02 Thread Rashmi Rubdi
at. > > - Original Message ---- > From: Timothy Collett <[EMAIL PROTECTED]> > To: Tomcat Users List > Sent: Saturday, December 2, 2006 4:09:48 PM > Subject: Re: Quick webapp reloading [was : Is jsp designed for use by > large websites] > > > The simplest

Re: Quick webapp reloading [was : Is jsp designed for use by large websites]

2006-12-02 Thread Pierre Goupil
y, December 2, 2006 4:09:48 PM Subject: Re: Quick webapp reloading [was : Is jsp designed for use by large websites] The simplest thing to do, if all you're after is to be able to see changes to JSPs quickly, without any compiling, redeploying, etc, is just to put the JSP files directly in a folde

Re: Quick webapp reloading [was : Is jsp designed for use by large websites]

2006-12-02 Thread Rashmi Rubdi
files are outside Tomcat. - Original Message From: Timothy Collett <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Saturday, December 2, 2006 4:09:48 PM Subject: Re: Quick webapp reloading [was : Is jsp designed for use by large websites] The simplest thing to do, if all you&#

Re: Quick webapp reloading [was : Is jsp designed for use by large websites]

2006-12-02 Thread Timothy Collett
The simplest thing to do, if all you're after is to be able to see changes to JSPs quickly, without any compiling, redeploying, etc, is just to put the JSP files directly in a folder in $TOMCAT_HOME/ webapps, and edit them there. Timothy Collett -- No man is justified in doing evil on the

Re: Quick webapp reloading [was : Is jsp designed for use by large websites]

2006-12-02 Thread Rashmi Rubdi
: Saturday, December 2, 2006 1:17:41 PM Subject: Quick webapp reloading [was : Is jsp designed for use by large websites] Hello, listers ! 2006/11/30, Rashmi Rubdi <[EMAIL PROTECTED]>: Remy is right, with JSPs also it's possible to instantly see your changes by > simply refreshi

Quick webapp reloading [was : Is jsp designed for use by large websites]

2006-12-02 Thread Pierre Goupil
Hello, listers ! 2006/11/30, Rashmi Rubdi <[EMAIL PROTECTED]>: Remy is right, with JSPs also it's possible to instantly see your changes by simply refreshing your browser. I would like to add though that this purely depends on how your project is set up. You can have Tomcat point to the fol