Howdy,
What's your Resource tag in server.xml for mail/MyMail look like?

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Cord Awtry [mailto:[EMAIL PROTECTED]
>Sent: Sunday, December 21, 2003 9:24 PM
>To: [EMAIL PROTECTED]
>Subject: Tomcat 4.1.18 MailSession Problem
>
>Hello all,
>
>            I'm hoping someone can given me some help here. I'm
>attempting to set up a mail session but I can't seem to get Tomcat to
>use the specified host of the mail server, it keeps using only
>localhost.
>
>            In my web.xml, I have:
>
>  <resource-ref>
>    <description>My Mail Server</description>
>    <res-ref-name>mail/MyMail</res-ref-name>
>    <res-type>javax.mail.Session</res-type>
>    <res-auth>Container</res-auth>
>  </resource-ref>
>
>            And in the server.xml, I have:
>
>  <ResourceParams name="mail/MyMail">
>    <parameter>
>      <name>mail.smtp.host</name>
>      <value>smtp.myserver.com</value>
>    </parameter>
>  </ResourceParams>
>
>            No matter what I do I get error from the mail server that
it
>can't relay my message. When I debug this and look at the session, the
>mail.smtp.host is set to localhost.
>
>            Any idea on what I've done wrong?
>
>            Thanks in advance for any help,
>
>                        -C-



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to