Re: Configuring E-Mail Session via JNDI

2015-08-07 Thread Tim Gustafson
WAR. I found this option; it's under File, Project Properties, Libraries, and then you un-check the Package column for the JavaMail library. Thanks for the pointer! -- Tim Gustafson t...@tgustafson.com - To unsubscribe, e-mail

Configuring E-Mail Session via JNDI

2015-08-05 Thread Tim Gustafson
to javax.mail.Session Removing Java Mail from my Netbeans project does not appear to be an option as it will refuse to compile the project without it. I'm at a loss. What am I doing wrong? Thanks in advance for any help with this - it has been driving me nuts for a while now! -- Tim Gustafson t

Persistent Context Configuration

2014-05-18 Thread Tim Gustafson
for any help you can give. :) -- Tim Gustafson t...@tgustafson.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Persistent Context Configuration

2014-05-18 Thread Tim Gustafson
For virtual host-specific context configurations, place a context.xml.default in: $CATALINA_BASE/conf/[engine-name]/[host-name] See the following: http://tomcat.apache.org/tomcat-7.0-doc/config/context.html That did the trick; thanks! -- Tim Gustafson t...@tgustafson.com