I had the same problem and I could not get it to work. I created a much simpler application, just a welcome JSP page.
This process is very simple, you create a web dynamic project and create an index.jsp file in the WebContent directory, this should be good enough to launch your application by doing as โ run in server โ J2EE preview, but always get:
404 not found No context on this server matched or processed this request. Contexts known to this server: test (/ test)
I heard that eclipse juno is not as stable as indigo, I just downloaded the Java EE version for indigo and it didn't work.
Edit: I forgot to mention that you can download another application server, such as JBoss or Glassfish, and try to run the application on them, which should fix your problem.
You can fix this problem by deleting all the files and folders in the workspace, delete the .metadata folder and all its contents, eclipse the launch and try again, this may work.
Hope this can help you. Hello!
Israelm
source share