I just installed
Tomcat 6.0.18 on Windows XP workstation.
I can see the Tomcat home (
http://localhost:8080/) and can get to the example sites (
http://localhost:8080/examples/jsp/) and see all the example apps working.
I tried to create a new folder called
first under webapps and create a simple hello world
jsp and it doesnt work.
Here is my web.xml which is located in first\WEB-INF:
My attempt to see the hello world message in /first/index.jsp gives me back this response:
description The requested resource (/first/index.jsp) is not available.
Please advise.