Hi,
I am trying to write my first JSP that is a page to join an email list. I am getting this error when I click submit after I fill in the form:
Apache Tomcat/4.0.1 - HTTP Status 503 - Servlet jsp is currently unavailable
--------------------------------------------------------------------------------
type Status report
message Servlet jsp is currently unavailable
description The requested service (Servlet jsp is currently unavailable) is not currently available.
----
I am running Tomcat obviously. Does anyone know what this message means? This is probably a dumb question but I am very new to JSP. thanks!
I am trying to write my first JSP that is a page to join an email list. I am getting this error when I click submit after I fill in the form:
Apache Tomcat/4.0.1 - HTTP Status 503 - Servlet jsp is currently unavailable
--------------------------------------------------------------------------------
type Status report
message Servlet jsp is currently unavailable
description The requested service (Servlet jsp is currently unavailable) is not currently available.
----
I am running Tomcat obviously. Does anyone know what this message means? This is probably a dumb question but I am very new to JSP. thanks!