java - Tomcat error 404 in eclipse -


i had spring project running fine, today started getting creepy error 404 on web debugger each time debug on tomcat project.

as part of resolving issue, have deleted old tomcat7 , added new one, changed location default 1 on:/server/tomcatv7.0 @ localhost. went overview menu , selected use tomcat instalation.

when type in: localhost:8080/ got tomcat homepage.

how can solve debugging dynamic web project?

by default eclipse deploy webapp context derived project name, tomcat serve tomcat homepage @ root context / correct behavior because webapp deployed in /mywebapp.

you can tell eclipse deploy different context following steps in answer @ changing tomcat context path of web project in eclipse


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -