apache - Tomcat inside eclipse-server started successfully but -


if start apache tomcat server clicking startup.bat apache bin folder starts , can access http://localhost:8080/ ie. message apache tomcat successful. but......

in eclipse luna, have setup tomcat server(8). , started server. when go internet explorer , type in http://localhost:8080/ i'm getting error. http status 404 requested resource not available.

open servers view in eclipse, double-click open configuration of tomcat. if don't have web modules deployed in path /. tomcat return 404 error.

when start tomcat startup.bat, load web modules under $tomcat_home/webapps. root module serve request of path /, tomcat display page without error.


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -