I'm new to JSP and I must be missing somthing.
I'm trying to deploy a simple "Hello World" app which consists of only one jsp file.
I created a separate directory under webapps and put the
.jsp file into it. I created a WEB-INF subdirectory with a simple web.xml file. I restarted Tomcat.
It sounds from the documenation that Tomcat will automatically see the new subdirectory and add the new "application". But when I try
I get the http 404 error: Requested resource not available.
What more do i have to do?
I'm trying to deploy a simple "Hello World" app which consists of only one jsp file.
I created a separate directory under webapps and put the
.jsp file into it. I created a WEB-INF subdirectory with a simple web.xml file. I restarted Tomcat.
It sounds from the documenation that Tomcat will automatically see the new subdirectory and add the new "application". But when I try
I get the http 404 error: Requested resource not available.
What more do i have to do?