Hi,
I am using eclipse to develop an web application. Using eclipse when i try running the
tomcat server, i want it to call the login.jsp which i have kwt it under WebContent folder. So, i have included that in the web.xml as
But when i start the server, i am getting the belopw error message. Could someone helpme please.
HTTP Status 404 -
Servlet jsp is not available
--------------------------------------------------------------------------------
type Status report
message Servlet jsp is not available
description The requested resource (Servlet jsp is not available) is not available.
And in the console ,
Nov 6, 2008 4:37:15 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1437 ms
Nov 6, 2008 4:37:15 PM org.apache.catalina.core.StandardWrapperValve invoke
INFO: Servlet jsp is currently unavailable
Nov 6, 2008 4:45:02 PM org.apache.catalina.core.StandardWrapperValve invoke
INFO: Servlet jsp is currently unavailable
Many Thanks!!