Re: Context configuration file

2012-01-11 Thread Pid
2012 10:52 AM > To: Tomcat Users List > Subject: Re: Context configuration file > > On 11/01/2012 13:01, Thom Hehl wrote: >> We are using a context configuration file to provide our database >> connectivity through a JNDI entry to our application so that the file >> can

RE: Context configuration file

2012-01-11 Thread Thom Hehl
7.0.8 This is the configuration file in conf/Catalina/localhost and shares the name of my webapp. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Wednesday, January 11, 2012 10:52 AM To: Tomcat Users List Subject: Re: Context configuration file On 11/01/2012 13:01, Thom

Re: Context configuration file

2012-01-11 Thread Pid
On 11/01/2012 13:01, Thom Hehl wrote: > We are using a context configuration file to provide our database > connectivity through a JNDI entry to our application so that the file > can change without the purchasers of our software having to tinker about > with it internally. Here

RE: Context configuration file

2012-01-11 Thread Daniel Mikusa
ion server's JNDI environment." http://static.springsource.org/spring/docs/3.1.x/javadoc-api/org/springframework/mail/javamail/JavaMailSenderImpl.html Dan > > -Original Message- > From: Daniel Mikusa [mailto:dmik...@vmware.com] > Sent: Wednesday, January 11, 2012 8:2

RE: Context configuration file

2012-01-11 Thread Thom Hehl
How do I place the properties for javaMailProperties in? -Original Message- From: Daniel Mikusa [mailto:dmik...@vmware.com] Sent: Wednesday, January 11, 2012 8:29 AM To: Tomcat Users List Subject: Re: Context configuration file On Wed, 2012-01-11 at 05:01 -0800

Re: Context configuration file

2012-01-11 Thread Daniel Mikusa
On Wed, 2012-01-11 at 05:01 -0800, Thom Hehl wrote: > We are using a context configuration file to provide our database > connectivity through a JNDI entry to our application so that the file > can change without the purchasers of our software having to tinker about > with it interna

Context configuration file

2012-01-11 Thread Thom Hehl
We are using a context configuration file to provide our database connectivity through a JNDI entry to our application so that the file can change without the purchasers of our software having to tinker about with it internally. Here is our file: I picked this trick up from a