Thank you for your reply.

I have verified that sendmail is listening on port 25.  It is listening
on the loopback interface as well as eth0.

I have verified proxy configurations as I am the netadmin.

Tomcat is still stalling on boot.  I will continue to scour the docs,
but I'm not sure what to look for as I don't see any errors being thrown
to logs, just a stalled tomcat startup.

thanks
-dustin

-----Original Message-----
From: Martin Gainty [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 23, 2007 10:02 AM
To: Tomcat Users List
Subject: RE: javax/mail/address


Hi Dustin

1) verify your server is operational goto mailserver netstat -a | grep
SMTPPort

2)Proxy verify with your netadmin for proxy configurations
3)read the docs as earlier suggested 

Martin--______________________________________________Disclaimer and
confidentiality noteEverything in this e-mail and any attachments
relates to the official business of Sender. This transmission is of a
confidential nature and Sender does not endorse distribution to any
party other than intended recipient. Sender does not necessarily endorse
content contained within this transmission.> 

Subject: RE: javax/mail/address> 
Date: Fri, 23 Nov 2007 09:30:05 -0500> 
From: [EMAIL PROTECTED]> 
To: users@tomcat.apache.org> > 

Thank you for pointing me to the docs. I've read them and was able to>
get rid of the exceptions in the logs by putting the correct resource>
name jndi entries in the global context.xml config file.

> > However, the main issue, where tomcat stalls during startup with>
mail.jar in the $CATALINA_HOME/lib directory is still happening.

> > I've defined a resource name as suggested in the docs below below in
the> global context.xml config file that looks like this:> > <Resource
name="mail/Session" auth="Container"> type="javax.mail.Session">
mail.smtp.host="localhost"/>

> > Still with no luck.

> > I can get a thread dump as you suggested earlier in this thread, but
I'm> not sure how to interpret it.

> > Any suggestions would be appreciated.

> > thanks> -dustin > > 



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to