Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 56885 invoked from network); 13 Sep 2002 22:00:31 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 Sep 2002 22:00:31 -0000 Received: (qmail 19806 invoked by uid 97); 13 Sep 2002 22:00:52 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 19762 invoked by uid 97); 13 Sep 2002 22:00:50 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 19737 invoked by uid 98); 13 Sep 2002 22:00:49 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: "KEITH PEMBERTON" Subject: Re: Keith -RE: Wrapper and Servlet unavailable errors... To: "Tomcat Users List" X-Mailer: CommuniGate Pro Web Mailer v.3.5.9 Date: Fri, 13 Sep 2002 18:00:44 -0400 Message-ID: In-Reply-To: <6263B5BBA63290489CB4C87738402CCC4A2822@usilms22.ca.com> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Don't sweat it... I know that tomcat and the whole JSP/Servlet world is still a little new to me. Thanks for the apology and I'm sorry for my attitude as well... Anyway, I'm am having problems compling the AuthenticateServlet.java file when I do it manually (javac AuthenticateServlet.java). I am sure I need to add a classpath after the javac command, but I don't know what to add. The errors that it produces all relate to specific items in the javax.servlet.* packages... I gotta go for now and will detail more later... Keith On Fri, 13 Sep 2002 17:36:58 -0400 "Whitcomb, Roger" wrote: >Keith, > I apologize for my attitude and that I offended you. I >see (now) your previous posts about the problem. What >(if anything) changed a day ago when the problem started? > Did you check the location of the compiled .class file >(AuthenticateServlet.class)? Is it in the >WEB-INF\classes directory? So, the error just comes up >the first time you access the page after restarting >Tomcat? Do you make changes to the servlet code, >recompile and then restart Tomcat? Are you using >NetBeans all the time to compile the servlet? I wonder >if it is a timing problem. > >Roger Whitcomb >Computer Associates >Senior Software Engineer >Development >Phone: +1 408 965 8653 >FAX: +1 408 965 8805 >roger.whitcomb@ca.com > > >-----Original Message----- >From: KEITH PEMBERTON [mailto:gatep5@charter.net] >Sent: Friday, September 13, 2002 1:15 PM >To: Tomcat Users List >Subject: Re: Wrapper and Servlet unavailable errors... > > >I find your comments to be unwarrented and quite >offensive >and yes I have written three emails about this problem >and >posted the error messages that I have gotten. Usually if >ppl need more info they ask for it and I provide. Yes, >the application has worked before and this problem just >started a day ago. I have switch from Tomcat 4.0.4 to >4.1.10 with no better results. I am using the NetBeans >IDE to develop the application. I can run the >application >just fine when using the tomcat version under NetBeans. > Trying to use the other version, though, produces these >error messages in succession. Once I get the first error >message about the wrapper not being able to find the >servlet class it doesn't appear again until I restart the >Tomcat4 service. To recap, I have a servlet >(AuthenticateServlet) under the root folder of my app. I >have three jsp pages (login, error, and main). The login >page accesses the AuthenticateServlet to check to see if >the user can log into the database. If so, the user is >redirected to the main page; if not then the error page >is >shown. I will attach the source for each document page >to >see if you can spot something that I haven't seen yet... > > >On Fri, 13 Sep 2002 15:50:33 -0400 > "Whitcomb, Roger" wrote: >>Keith, >> You might want to read the "How to Ask Questions" >>guidelines at http://jakarta.apache.org/site/mail.html >>and at >>http://www.tuxedo.org/~esr/faqs/smart-questions.html. >> Its VERY hard to provide much help without much more >>specific information. There may be timing issues, or >>spelling problems (everything is case-sensitive) or path >>problems or version problems. And other configuration >>information, things like OS, TC and JDK versions. Did >>this just start happening when it was working before? >> Has it ever worked? Is it intermittent or consistent? >> And also, this is a very active mailing list (100s of >>postings per day) so sometimes you just need patience. >> >>Roger Whitcomb >>Computer Associates >>Senior Software Engineer >>Development >>Phone: +1 408 965 8653 >>FAX: +1 408 965 8805 >>roger.whitcomb@ca.com >> >> >>-----Original Message----- >>From: Keith Pemberton [mailto:gatep5@charter.net] >>Sent: Friday, September 13, 2002 11:52 AM >>To: tomcat-user@jakarta.apache.org >>Subject: Wrapper and Servlet unavailable errors... >> >> >>All, >> >> I have been having two reoccuring errors when >>trying to access my servlet in my webapp. The first says >>that the Wrapper cannot find the servlet class. Then if I >>try to access the servlet again, the second error message >>comes up saying that the servlet is unavailable.. any >>idea? Thanks in advance! >> >>Keith >> >>-- >>To unsubscribe, e-mail: >> >>For additional commands, e-mail: >> >> > >