Re: starting tomcat from ant not working

2009-11-02 Thread André Warnier
Dean Hiller wrote: I have tried from ant and programmed up a main class to start tomcat via catalina.bat start and tried catalina.bat start from ant as well. Lastly, I finally tried directly running the exact command that catalina.bat start tries to run and then ended up with classnotfound which

Re: starting tomcat from ant not working

2009-11-02 Thread Elli Albek
Hi, This is how we start tomcat from ant. ${server} is your tomcat installation directory. Then we have a condition on a URL, so we know tomcat actually starts and handling HTTP requests. java jar=${server}/bin/bootstrap.jar fork=true spawn=true dir=${server}/bin jvmarg

Re: starting tomcat from ant not working

2009-11-02 Thread Konstantin Kolinko
2009/11/2 Dean Hiller d...@alvazan.com:     [java] java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina Probably your conf/catalina.properties file is broken. Maybe you copied it from an earlier TC 5.5 installation.

starting tomcat from ant not working

2009-11-01 Thread Dean Hiller
I have tried from ant and programmed up a main class to start tomcat via catalina.bat start and tried catalina.bat start from ant as well. Lastly, I finally tried directly running the exact command that catalina.bat start tries to run and then ended up with classnotfound which makes no sense since