On Wednesday 26 November 2008 08:37:14 Rainer Frey wrote:
> > In the MailServer constructor I do the following
> >
> > properties = System.getProperties();
> > ...
> > properties.put("mail.smtp.auth", "false");
> >
> > so it looks like a different properties bundle is being used when I
> > run this in Tomcat ... does any of this make sense ??

Argh, I overlooked that you use System.getProperties() here. If you specify 
any JavaMail related Properties in JAVA_OPTS or CATALINA_OPTS environment 
variables, this will be different indeed. You might want to check your tomcat 
start script.

Rainer


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