1

enter image description hereenter image description hereI try to deploy a war file that I put in the tomcat/webapp file and I got this message

The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

The error message

enter image description here

Dan Koubi
  • 11
  • 2
  • That sounds a bit like file permissions, except you're on Windows. Can you check the various Tomcat logs for any more information? – Rup Aug 14 '18 at 12:44
  • The second image you've just posted says "SEVERE: One or more listeners failed to start. Full details will be found in the appropriate container log file". (In general it might be better if you can just paste the relevant lines of text if you can identify them rather than a screenshot.) Can you find the container log file for more information? – Rup Aug 14 '18 at 13:32
  • which one? I added a printscreent of the logs file . I could not find container log file. – Dan Koubi Aug 14 '18 at 13:49
  • [This question](https://stackoverflow.com/q/36617732) says it's the localhost.timestamp one. But it's often worth looking at the stdout and stderr ones too, if not all of them. – Rup Aug 14 '18 at 13:54
  • Aug 14, 2018 4:11:08 PM org.apache.catalina.core.StandardContext listenerStart SEVERE: Exception sending context initialized event to listener instance of class com.datango.pdb.collaborator.CollaboratorServletContextListener – Dan Koubi Aug 14 '18 at 14:10
  • I don't know Datango PDB Collaborator sorry, but hopefully there's a full stack trace with that exception that you can use to track down and solve the problem? – Rup Aug 14 '18 at 14:28
  • INFO: Deploying web application archive C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\MyManager1.war Aug 15, 2018 10:12:36 AM org.apache.catalina.startup.TldConfig execute INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. Aug 15, 2018 10:12:36 AM org.apache.catalina.core.StandardContext startInternal SEVERE: One or more listeners failed to start. Full – Dan Koubi Aug 19 '18 at 07:30
  • Have you solved it? I have the same problem. – parsecer Oct 28 '18 at 21:10

0 Answers0