I followed the instructions here to configure Tomcat 7 in Eclipse. As suggested there, I copied the webapps/ROOT
directory to the eclipse workspace's wtpwebapps/
directory and I can see the tomcat welcome page now. I was also able to get the test-app project (downloadable from that link) working.
Then to see the examples, I also copied the webapps/examples directory to the wtpwebapps directory and then restarted tomcat in eclipse. But when I try accessing examples via http://localhost:8080/examples/
, it gives me a 404 error.
What more do I need to do to get the above working ?