0

I have developed webservices using RESTEasy. It is working fine in JBoss WildFly, but it's throwing 404 Not Found error when using Tomcat. Any suggesations what could be the possible cause about this weired behaviour?

Satyaki
  • 751
  • 2
  • 10
  • 25
  • Any error in catalina.out? – David Levesque Mar 24 '15 at 14:13
  • @DavidLevesque - Nothing! It's totally blank. I am sending JSON object using REST client and it's showing "404 Not Found" while using Tomcat. – Satyaki Mar 25 '15 at 06:16
  • Then there is most likely an issue with your Tomcat installation. How did you install Tomcat? And how did you package and deploy the webapp? – David Levesque Mar 25 '15 at 14:15
  • Installed the tomcat as it is normally installed. setting catalina home in environment and so. and I have deployed the webapps using Eclipse! – Satyaki Mar 26 '15 at 05:46
  • Ok if you deployed it from Eclipse, the log output is probably displayed in Eclipse's console. Can you include the console output in your question? – David Levesque Mar 26 '15 at 16:07

0 Answers0