Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 40528 invoked from network); 25 May 2000 20:02:34 -0000 Received: from nsinf03.infor.com (HELO nsinf03.inforonics.com) (4.17.186.91) by locus.apache.org with SMTP; 25 May 2000 20:02:34 -0000 Received: by NSINF03 with Internet Mail Service (5.5.2650.21) id ; Thu, 25 May 2000 16:04:00 -0400 Message-ID: <33B899FC85A1D31194F700508B0EF40F33EAEF@NSINF03> From: "kc.baltz" To: "'tomcat-user@jakarta.apache.org'" Subject: RE: servlet invoking Date: Thu, 25 May 2000 16:04:00 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N The only thing I notice is that you get an Error 503, not a 404. According to the Tomcat source, 404 indicates that a resource is not found. That's what I get when I hit my server for asdfasjdlfkj. But 503 is defined as SERVICE_UNAVAILABLE. Not sure what would cause this though. Do the examples work for you? Can you tell if your Servlet is being init()ed? Maybe some debugging statements are in order. Also, check the output of startup.sh and all the files in $TOMCAT_HOME/logs. K.C. ------------ > > To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org > > For additional commmands, email: tomcat-user-help@jakarta.apache.org > > Yes, every assumption you made is correct about my setup and > yet it still gives > me: > > Error: 503 > > Location: /MinuteMakers/ValidateSignupLogin > > > I have looked for spelling errors until I am blue in the > face. Also, under > the /MinuteMakers context I can see all of my html and jsp > pages just fine. > There are no reported errors in the logs or in the terminal > window I start and > stop Tomcat in. I know you didn't want to hear that ! q?;^)= > > -- Hugh > > > -------------------------------------------------------------- > ------------ > To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org > For additional commmands, email: tomcat-user-help@jakarta.apache.org >