• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ant install problem

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
limpan luring
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
... 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?
 
reply
    Bookmark Topic Watch Topic
  • New Topic