1

When I am deploying a web application on Tomcat by using Jenkins, I am facing a problem related to context path.

Caused by: org.codehaus.cargo.container.tomcat.internal.TomcatManagerException: The Tomcat Manager responded "FAIL - Deployed application at context path [/myapp] but context failed to start"

instead of the expected "OK" message.

satya
  • 11
  • 1
  • 1
    Have you checked the log for any exceptions coming from the application itself? You may need to enable this [explicitly](https://stackoverflow.com/a/22076475/1535738) for that matter. – Szymon Jednac Mar 07 '18 at 07:54
  • there is no any error in application, because when i run this application in IDE then it is working fine. – satya Mar 07 '18 at 13:50

0 Answers0