----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hello, I'm new to the list. I'm having a bit of a problem running Tomcat
with Apache. My Servlets
and JSPs are running just fine, except one particular Servlet which uses the
JavaMail API. When I run this servlet it gives me NoClassDef found
errors[Internal Server Error 500] at apparently random intervals. Code that
works standalone gives me these errors when run as servlets. At first I
thought this was a classpath error, but I put both the java activation
framework and javamail jars in the extensions directory AND added them to my
classpath. The class that it cannot find alternates from the activation
framework to the mail api, switching from MessagingException and
AddressException to DataSource, etc, at seeming random intervals. The same
servlet rerun will give different errors, or even start functioning and then
fail the next run, but it never sends the mail that I want it to send,
regardless of whether it returns an error or not. Anybody have any ideas?
Dustin Bruzenak
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]