Accessing the connection pool

2007-09-06 Thread Scott Marshall
Greetings I have web applications running connection pools under the name jdbc/connectionPool, and these web applications can connect without any problems. Now I’m working on a security application, to be run as a client jar to the webapps. This jar does the lookup onto the multiple authentic

RE: Null

2007-06-21 Thread Scott Marshall
Hi Mohammed This isn't the best forum to ask this kind of question : try something like http://www.javaranch.com/, you'll get good answers from there. As an interim, check for null values before attempting to display any value. Something like Jakarta commons StringUtils package is a big help in k

RE: deploying ant

2007-06-15 Thread Scott Marshall
Hi Jyothi I think you're on the wrong forum. Try the Apache Ant mailing lists, these can be found at http://ant.apache.org/mail.html. You might get more of a response there. Good luck Scott -Original Message- From: bhagya jyothi [mailto:[EMAIL PROTECTED] Sent: 14 June 2007 19:37 To:

How do I match the database Resource in the Context depending on the development environment ?

2007-06-14 Thread Scott Marshall
Hi all I'm using Tomcat 5.5, and am setting up Connection pools for the database, using the context.xml file from the META-INF directory. We do / will have a multi region series of dev environments (local, dev, UAT, PAT, Live etc) as the code gets developed. Each Resource will point to a di