Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"HTTP Status 503 - Servlet jsp is currently unavailable" error

Status
Not open for further replies.

Tifa

Programmer
Oct 13, 2002
10
US
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!
 
this usually means an error occurred trying to start/compile the page

check your logs to see what crashed

%TOMCAT_HOME%/logs



=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top