I am very new to eclipse-tomcat-maven, and I am having some serious problems with configurating them.
I create a simple webapp from eclipse->new project->maven project-> mvn-archerype-webapp, with a simple Hello world, but when I select my project and run it on server I get the following message: HTTP Status 404 The requested resource is not available.
I have tried a significant amount of troubleshooting such as changing the server location to "User Tomcat Installation", or changing the server HTTP/1.1 port from 8080 to 8088 and again to 8080, restarting eclipse and pc, and lots of other staff but nothing works.
I am using eclipse Juno and apache tomcat 6.0. The tomcat server is starting just fine but it doesn't find the index.jsp page.
I would appreciate any help, because I am honestly lost and I cannot continue to work my jsp pages, unless I solve this problem.