Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Erik Price
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

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread tomcat guy
- Original Message - From: Erik Price [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] 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

RE: SendMailServlet - problem, debugging tips

2003-02-07 Thread Filip Hanik
/ /Context Thanks much! Chris - Original Message - From: Erik Price [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 07, 2003 10:29 AM Subject: Re: SendMailServlet - problem, debugging tips chris schild wrote: Would anyone be able to provide some

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread tomcat guy
It's not suppose to be the name of the mail server? - Original Message - From: Filip Hanik [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 07, 2003 12:18 PM Subject: RE: SendMailServlet - problem, debugging tips parameter

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread tomcat guy
07, 2003 12:18 PM Subject: RE: SendMailServlet - problem, debugging tips parameter namemail.ctg.com/name valuelocalhost/value /parameter the name is invalid Filip -Original Message- From: tomcat guy [mailto:[EMAIL PROTECTED]] Sent

RE: SendMailServlet - problem, debugging tips

2003-02-07 Thread Filip Hanik
tips It's not suppose to be the name of the mail server? - Original Message - From: Filip Hanik [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 07, 2003 12:18 PM Subject: RE: SendMailServlet - problem, debugging tips parameter

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Erik Price
tomcat guy wrote: The logs do not seem to tell me a lot. Any suggestions? Err, I didn't mean checking the Tomcat logs (though that helps). I meant that one way to debug servlets is to use a logging framework for your application like Log4J. I wish I could be of greater help with

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread tomcat guy
Users List [EMAIL PROTECTED] Sent: Friday, February 07, 2003 12:43 PM Subject: RE: SendMailServlet - problem, debugging tips mail.smtp.host is the name of the parameter parameter namemail.smtp.host/name valuemail.ctg.com/value /parameter -Original Message- From: tomcat guy [mailto:[EMAIL

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Sean Dockery
looking for... Are the error msgs to be going to logs/stderr? Any other suggestions? - Original Message - From: Filip Hanik [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 07, 2003 12:43 PM Subject: RE: SendMailServlet - problem, debugg

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread tomcat guy
Did you restart Tomcat? Yep. - Original Message - From: Sean Dockery [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 07, 2003 1:51 PM Subject: Re: SendMailServlet - problem, debugging tips Did you restart Tomcat? tomcat guy [EMAIL PROTECTED] wrote in message

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Sean Dockery
l server? - Original Message - From: Filip Hanik [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 07, 2003 12:18 PM Subject: RE: SendMailServlet - problem, debugging tips parameter namemail.ctg.com/name valuelocalho

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread tomcat guy
I'll try the log4j... but I be given up for now... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Sean Dockery
: SendMailServlet - problem, debugging tips Directly connecting to the SMTP server worked!. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Sean Dockery
.. Put the following in a text file named commands.txt (without the snip tags)... snip HELO www.corridortechnology.com MAIL FROM:[EMAIL PROTECTED] RCPT TO:[EMAIL PROTECTED] RCPT TO:[EMAIL PROTECTED] DATA Subject: Re: SendMailServlet - problem, debugging tips Directly connecting to the SMT

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Sean Dockery
It's not suppose to be the name of the mail server? - Original Message - From: Filip Hanik [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 07, 2003 12:18 PM Subject: RE: SendMailServlet - problem, debugging tips

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Adam Sherman
On February 7, 2003 04:44 pm, Sean Dockery wrote: Here was the real message that should have been posted. The SMTP script that I included in my previous post apparently interacted with the gmane SMTP server (their NNTP service relayed my message to tomcat-user). . FYI, putting a single

RE: SendMailServlet - problem, debugging tips

2003-02-06 Thread Raible, Matt
Eclipse has a nice tomcat plugin that you can set breakpoints in servlets... works awesome for me. -Original Message- From: chris schild [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 5:38 PM To: tomcat Subject: SendMailServlet - problem, debugging tips Would

Re: SendMailServlet - problem, debugging tips

2003-02-06 Thread chris schild
At this point, I'll take any debugging help I can get!!! I'll check out eclipse... - Original Message - From: Raible, Matt [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 6:40 PM Subject: RE: SendMailServlet - problem, debugging tips