Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 9324 invoked from network); 7 Feb 2003 18:10:25 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 7 Feb 2003 18:10:25 -0000 Received: (qmail 12271 invoked by uid 97); 7 Feb 2003 18:11:57 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 12264 invoked from network); 7 Feb 2003 18:11:57 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 7 Feb 2003 18:11:57 -0000 Received: (qmail 7789 invoked by uid 500); 7 Feb 2003 18:10:08 -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 7778 invoked from network); 7 Feb 2003 18:10:07 -0000 Received: from 12-217-228-164.client.mchsi.com (HELO ctg) (12.217.228.164) by daedalus.apache.org with SMTP; 7 Feb 2003 18:10:07 -0000 Received: from 192.168.1.1 ([192.168.1.1]) by ctg (JAMES SMTP Server 2.1a1-cvs) with SMTP ID 715 for ; Fri, 7 Feb 2003 12:15:27 -0600 (CST) Message-ID: <01ab01c2ced4$e42eb4d0$6601a8c0@ctg> From: "tomcat guy" To: "Tomcat Users List" References: <001401c2ce41$2e1f8950$3ae4d90c@student> <3E43DEEE.8080508@ptc.com> Subject: Re: SendMailServlet - problem, debugging tips Date: Fri, 7 Feb 2003 12:15:22 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N All - thanks for the replies, here are the answers if I missed anything please let me know! The SendMailServlet is in the examples, that should be mapped correctly by default, right? The web.xml in webapps/examples/WEB-INF is the defualt. I was assuming since it came with the examples all would be good as the other servlets are running fine... The logs do not seem to tell me a lot. Any suggestions? The mail server is running on the local machine. The From address is valid. My firewall doesn't appear to be an issue as I have tested with it enabled and disabled. Here is my ResourceParams for the mail/Session for localhost: usersa password driverClassName org.hsql.jdbcDriver driverName jdbc:HypersonicSQL:database mail.ctg.com localhost Thanks much! Chris ----- Original Message ----- From: "Erik Price" To: "Tomcat Users List" Sent: Friday, February 07, 2003 10:29 AM Subject: Re: SendMailServlet - problem, debugging tips > > > chris schild wrote: > > Would anyone be able to provide some debugging tips for Tomcat servlets? > > Logging. > > > Also, what would cause a servlet to be unavailable? > > If you didn't map the servlet to a URL-pattern in your web.xml. > > > > Erik > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org