I'm using ant to install applications during development as recommended by http://jakarta.apache.org/tomcat/tomcat-5.0-doc/appdev/processes.html This used to work well on tomcat4, but now the application doesn't start. It gets visible in the tomcat manager, but is not started. When I press start to make it run, the manager says "FAIL - Application at context path /go could not be started" and my verbose logging gives me
The application I try to install is stripped down to the simplest possible, only a jsp.
I've been looking hard for a solution (and the cause), but cannot find any info. Can someone out there give me a clue?
Gentoo 2.6.9-r1<br />Tomcat 5.0.28
limpan luring
Greenhorn
Joined: Oct 23, 2004
Posts: 4
posted
0
... and it all works well if I and deploy the .war with tomcat manager...
I'm using gentoo linux and tomcat 5.0.27-r4 Anyone seen this?