Re: email servlet not working on TOMCAT

2002-05-01 Thread Marc Boorshtein
are activation.jar all the mail jar's in your lib? Marc --- [EMAIL PROTECTED] wrote: import javax.mail.*; import javax.mail.internet.*; import javax.activation.*; compiles without errors but fails at runtime with the following error: Internal Servlet Error:

Re: email servlet not working on TOMCAT

2002-05-01 Thread Pier Fumagalli
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Can anyone help? Someone on the APPROPRIATE mailing list might (tomcat-user) -- I think that it's extremely foolish to name a server after the current U.S. President. B.W. Fitzpatrick -- To

Re: email servlet not working on TOMCAT

2002-05-01 Thread Vibha . Mullick
;. From Marc Boorshtein [EMAIL PROTECTED] on 1 May 2002 11:35:59 AM To : Tomcat Developers List [EMAIL PROTECTED] Subject : Re: email servlet not working on TOMCAT are activation.jar all the mail jar's in your lib? Marc --- [EMAIL PROTECTED

RE: email servlet not working on TOMCAT

2002-05-01 Thread Kevin Grey
Did you try putting it in your WEB-INF/lib dir of your WAR file? ~~K Kevin Z Grey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 3:14 PM To: [EMAIL PROTECTED] Subject: email servlet not working on TOMCAT The servlet that uses