RE: SendMailServlet

2003-05-27 Thread Shapira, Yoav
Howdy, Where did you install the JavaMail jar? Yoav Shapira Millennium ChemInformatics -Original Message- From: Mark Irvine LCGI [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2003 1:44 PM To: [EMAIL PROTECTED] Subject: SendMailServlet Hi, I recently installed Tomcat 4.1.24 along

Re: SendMailServlet

2003-05-27 Thread streeper
The NoClassDefFoundError is the java file not found error. It's case sensitive. At 06:43 PM 5/27/2003 +0100, you wrote: Hi, I recently installed Tomcat 4.1.24 along side IIS5.0 (W2K). All of the examples work fine with the exception of the SendMailServlet. I have already downloeaded the Jave

RE: SendMailServlet

2003-05-27 Thread Shapira, Yoav
Howdy, The NoClassDefFoundError is the java file not found error. It's case sensitive. This is rapidly climbing up the charts as the most misunderstood Java error. NoClassDefFoundError is not the same as ClassNotFoundException. NoClassDefFoundError does NOT typically indicate a file not found.

RE: SendMailServlet

2003-05-27 Thread Mark Irvine LCGI
Hi, The JavaMail was installed in a folder called javamail-1.3 in the C drive. The CLASSPATH was updated appropiately. Mark -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 27 May 2003 18:54 To: Tomcat Users List Subject: RE: SendMailServlet Howdy, Where did

RE: SendMailServlet

2003-05-27 Thread Shapira, Yoav
: Tuesday, May 27, 2003 3:07 PM To: 'Tomcat Users List' Subject: RE: SendMailServlet Hi, The JavaMail was installed in a folder called javamail-1.3 in the C drive. The CLASSPATH was updated appropiately. Mark -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 27 May 2003

RE: SendMailServlet

2003-05-27 Thread Mark Irvine LCGI
[mailto:[EMAIL PROTECTED] Sent: 27 May 2003 20:09 To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: SendMailServlet Howdy, What CLASSPATH? You should put the mail.jar (and activation.jar file required by JavaMail) into the WEB-INF/lib directory of the webapp that needs the mail API. Yoav

RE: SendMailServlet

2003-05-27 Thread Shapira, Yoav
Howdy, Many thanks for your reply. This did change the error message to: ENCOUNTERED EXCEPTION: java.lang.NoClassDefFoundError: javax/mail/Session java.lang.NoClassDefFoundError: javax/mail/Session Ah, now we're getting somewhere. You have multiple copies of the JavaMail API of different

RE: SendMailServlet

2003-05-27 Thread Mark Irvine LCGI
PROTECTED] Sent: 27 May 2003 20:17 To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: SendMailServlet Howdy, Many thanks for your reply. This did change the error message to: ENCOUNTERED EXCEPTION: java.lang.NoClassDefFoundError: javax/mail/Session java.lang.NoClassDefFoundError: javax

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
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 PROTECTED]] Sent: Friday, February 07, 2003 10:43 AM To: Tomcat Users List Subject: Re: SendMailServlet - problem, debugging

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
I'm running out of ideas. Maybe the problem is with the SMTP connection... 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

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
. Maybe the problem is with the SMTP connection... 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

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...

2003-02-06 Thread Sean Dockery
According to the HTTP 1.1 spec... 10.5.4 503 Service Unavailable The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the

Re: SendMailServlet problem...

2003-02-06 Thread chris schild
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 6:54 PM Subject: Re: SendMailServlet problem... According to the HTTP 1.1 spec... 10.5.4 503 Service Unavailable The server is currently unable to handle the request due to a temporary overloading or maintenance

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

Re: SendMailServlet problem...

2003-02-06 Thread chris schild
Any ideas on what would make a servlet unavailable? Anything that would lead to a server is busy error page? - Original Message - From: Sean Dockery [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 6:54 PM Subject: Re: SendMailServlet problem

Re: SendMailServlet problem...

2003-02-06 Thread Craig R. McClanahan
On Thu, 6 Feb 2003, chris schild wrote: Date: Thu, 6 Feb 2003 19:19:29 -0600 From: chris schild [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: SendMailServlet problem... Any ideas on what would make a servlet

Re: SendMailServlet problem...

2003-02-06 Thread Sean Dockery
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 6:54 PM Subject: Re: SendMailServlet problem... According to the HTTP 1.1 spec... 10.5.4 503 Service Unavailable The server is currently unable to handle the request due to a temporary overloading or maintenance