Re: Redeploy application

2009-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timo, On 6/18/2009 4:44 AM, Timo Meinen | mindmatters wrote: > > > I like mine better: Why bother setting all those jvmargs that catalina.sh/bat already knows how to do? - -c

Re: Redeploy application

2009-06-18 Thread Timo Meinen | mindmatters
Regards P.S. http://www.coderanch.com/t/449958/Tomcat/Redeploy-application#2003409 -- View this message in context: http://www.nabble.com/Redeploy-application-tp24081872p24089275.html Sent from the Tomcat - User mailing list archiv

Re: Redeploy application

2009-06-18 Thread Tokajac
, > have to: > stop tomcat; > execute build.xml -ant script; > start tomcat; > > Is there any way, target in ant, that can make this easier? > > > Regards > > P.S. > http://www.coderanch.com/t/449958/Tomcat/Redeploy-application#2003409 > -- Vi

Re: Redeploy application

2009-06-18 Thread Timo Meinen | mindmatters
rget in ant, that can make this easier? Regards P.S. http://www.coderanch.com/t/449958/Tomcat/Redeploy-application#2003409 -- View this message in context: http://www.nabble.com/Redeploy-application-tp24081872p24081872.html Sent from the Tomcat - User mai

Re: Redeploy application

2009-06-17 Thread Jonathan Mast
>> stop tomcat; > >> execute build.xml -ant script; > >> start tomcat; > >> > >> Is there any way, target in ant, that can make this easier? > >> > >> > >> Regards > >> > >> P.S. > &g

Re: Redeploy application

2009-06-17 Thread Tokajac
xecute build.xml -ant script; >> start tomcat; >> >> Is there any way, target in ant, that can make this easier? >> >> >> Regards >> >> P.S. >> http://www.coderanch.com/t/449958/Tomcat/Redeploy-application#2003409 >> -- >> View this

Re: Redeploy application

2009-06-17 Thread Jonathan Mast
> start tomcat; > > Is there any way, target in ant, that can make this easier? > > > Regards > > P.S. > http://www.coderanch.com/t/449958/Tomcat/Redeploy-application#2003409 > -- > View this message in context: > http://www.nabble.com/Redeploy-application-tp

Redeploy application

2009-06-17 Thread Tokajac
Hello, Whenever i want to deploy new version of application (that's VERY often), have to: stop tomcat; execute build.xml -ant script; start tomcat; Is there any way, target in ant, that can make this easier? Regards P.S. http://www.coderanch.com/t/449958/Tomcat/Redeploy-applic

RE: Deleting context files when redeploy application

2009-01-09 Thread Mark Thomas
> From: Sreenivas Reddy [mailto:srinivasredd...@gmail.com] > > I'm using Tomcat 6.0.18. When I re-deploy my application using tomcat > admin > console, it is deleting context files from > "/tomcat6.0.18/conf/Catalina/localhost" location. Pls help me to > resolve > this problem. There is no admin

Deleting context files when redeploy application

2009-01-08 Thread Sreenivas Reddy
Hi Users, I'm using Tomcat 6.0.18. When I re-deploy my application using tomcat admin console, it is deleting context files from "/tomcat6.0.18/conf/Catalina/localhost" location. Pls help me to resolve this problem. Thanks in advance. srinivasredd...@gmail.com