Re: Dealing with Initializaing data source exception

2003-11-22 Thread Mark Lowe
o: Struts Users Mailing List Subject: Re: Dealing with Initializaing data source exception If you've been looking through the archives you'll know that datasource in struts config is considered the devil's spawn and its use isn't recommended. Have a look at you TC docs as configurin

RE: Dealing with Initializaing data source exception

2003-11-22 Thread Eric SCHULTZ
sage- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: November 21, 2003 12:25 To: Struts Users Mailing List Subject: Re: Dealing with Initializaing data source exception If you've been looking through the archives you'll know that datasource in struts config is considered the devil

Re: Dealing with Initializaing data source exception

2003-11-21 Thread Mark Lowe
If you've been looking through the archives you'll know that datasource in struts config is considered the devil's spawn and its use isn't recommended. Have a look at you TC docs as configuring a JNDI datasource is web xml. You could botch a try catch statement that forwards to your error page.

Dealing with Initializaing data source exception

2003-11-21 Thread Eric SCHULTZ
Good morning.. I'm running a little Struts Application on Tomcat 4.1.27 and occassionly the application won't start because of problems connecting to the database. Is there someway I can I can avoid having this stop my app from running and just catch the error deal with it in the application (lik