2009/11/2 Dean Hiller :
> [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.
-
To un
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.
Notice the startup folder and catalina home argument. This is to avoid
conflicts with other tomc
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 wh
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
si