Re: PoolMan woes

2001-07-05 Thread Matt Barre
if I'm ever going to get this working. :) - Original Message - From: Eoin Woods [EMAIL PROTECTED] To: 'Matt Barre' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 3:20 PM Subject: RE: PoolMan woes Method getDataSource(java.lang.String) not found in class

Re: PoolMan woes

2001-07-05 Thread Matt Barre
, July 05, 2001 12:11 PM Subject: RE: PoolMan woes Hi Matt, PoolMan comes with a bunch of third party JAR files in the lib subdirectory. PoolMan relies upon these JAR files as well as poolman.jar. The one you are missing here is jta.jar. According to the PoolMan User Guide the jdbc2_0

PoolMan woes

2001-07-03 Thread Matt Barre
I am trying to get PoolMan and TomCat to play nicely together. I am developing on Win2k, Tomcat 3.2. My first attempt was to use version 2.0.4 of Poolman with Tomcat 3.2...upon access PoolMan.jsp, Tomcat stops running. No errors, no warnings, its terminal window just vanishes. I tried increasing

Re: PoolMan woes

2001-07-03 Thread Jack Lauman
Matt: I ran into the same problem several days ago. If I used the poolman.xml.example as poolman.xml... tomcat just plain died without warning. No errors, nothing. When I tried using the poolman.xml.template as poolman.xml... it worked flawlessly. Hope it helps, Jack Lauman Matt Barre

RE: PoolMan woes

2001-07-03 Thread Eoin Woods
it and then call ds.getConnection() to force initialisation. One difference is that we're on Solaris with JDK 1.3.1 and you have a W2K JVM. Eoin. -Original Message- From: Matt Barre [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 11:25 AM To: [EMAIL PROTECTED] Subject: PoolMan woes I

Re: PoolMan woes

2001-07-03 Thread Matt Barre
com.codestudio.sql.PoolMan According to the javadocs that is a valid function call Any further ideas? Thanks, Matt - Original Message - From: Eoin Woods [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 1:18 PM Subject: RE: PoolMan woes We're using PoolMan 2.0.x

RE: PoolMan woes

2001-07-03 Thread Eoin Woods
() and getDataSource() are found. Cheers, Eoin. -Original Message- From: Matt Barre [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 1:47 PM To: Eoin Woods; [EMAIL PROTECTED] Subject: Re: PoolMan woes Thanks for the tip. By taking the two suggestions I now have Tomcat somewhat stabilized. I am

Re: PoolMan woes

2001-07-03 Thread P.Miller
Hi Matt, I've the same problems in the beginning (Tomcat stops without a message). I put the property-file in the /tomcat/classes directory and the poolman.jar file in the classpath (set classpath=/poolman.jar;%classpath%) then it works. Hth Peter Matt Barre wrote: I am trying to get