Re: Starting tomcat using ant

2004-01-28 Thread Keshav Sarin
It works, thanks for your help. [EMAIL PROTECTED] 01/27/04 04:57PM -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Keshav Sarin wrote: | Does anyone know how to start tomcat 5 using ant target? I do this: ~ target name=server.start depends=init ~ exec dir=${tool.tomcat}

Starting tomcat using ant

2004-01-27 Thread Keshav Sarin
Does anyone know how to start tomcat 5 using ant target? Thanks Keshav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Starting tomcat using ant

2004-01-27 Thread Seth Ladd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Keshav Sarin wrote: | Does anyone know how to start tomcat 5 using ant target? I do this: ~ target name=server.start depends=init ~ exec dir=${tool.tomcat} executable=${basedir}/${tool.tomcat}/bin/startup.sh ~

Re: Starting tomcat using ant

2004-01-27 Thread Matt Raible
This works on Tomcat 4.1.x and Tomcat 5: !-- === -- !--Start Tomcat -- !-- === -- target