Hello everybody:
 
I am developing a web application for tomcat 5.0.28 and I
created a build.xml for ant by following the guidelines explained
at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/manager-howto.html.
 
What is the optimal and fastest method to redeploy the aplication
again an again when changing *.java or *.jsp at the development
cycle?:
 
    a) ant deploy (undeploy + deploy) -> slow
    b) ant install:
       1) ant restart (stop + start)
       2) ant reload
 
I read FAQs carefully and dived into the mailing list archive and
I know about de growing memory when reloading the application until
tomcats send a java.lang.OutOfMemory exception, but:
 
Is there a way of avoiding getting to this situation and not having
to restart tomcat every now and then?.
 
Thanks in advance
 
Regards



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to