Re: Authenticated JavaMail Session - a better way?

2003-10-28 Thread Brian Silberbauer
Thanks Tim, but that will not create an _authenticated_ SMTP connection. Please read the original post. Brian Tim Funk wrote: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html -Tim Brian Silberbauer wrote: Hi all I have just managed to work out how to create

Re: Source of JSP returned to user

2003-10-28 Thread Brian Silberbauer
I can't replicate this on my system: jakarta-tomcat-4.1.12-LE-jdk14 java version 1.4.2 kernel-source-2.6.0-test2 So, my sugested workaround would be to install Linux!! Brian Jon O'Sullivan wrote: Hi, I have accidentally discovered a way that Tomcat can serve the source code of a JSP file.

Authenticated JavaMail Session - a better way?

2003-10-27 Thread Brian Silberbauer
Hi all I have just managed to work out how to create an authenticated JavaMail session with JNDI in Tomcat, but it is a slight hack - I was wondering whether anybody has a better idea of how to go about it. The problem is one can't store the password in the properties, JavaMail does not pick