[Off Topic] Poolman Setup

2002-03-07 Thread Eddie Bush
I've done everything (I think) that poolman requires in order to function, and yet it does not. After placing only the required jars into my \lib folder, and having no success with Poolman starting, I threw all of them in. It still doesn't work. I wasn't at all sure, from the documentation,

Re: [Off Topic] Poolman Setup

2002-03-07 Thread Bryan Field-Elliot
I'm no expert (having just picked up poolman a week ago) but, it appears to me that you don't have poolman.xml in the right place. It needs to be in either of the following places: 1. In the WEB-INF/classes directory (this is what I do) 2. Jar'd up, and then put the Jar in the WEB-INF/lib

Re: [Off Topic] Poolman Setup

2002-03-07 Thread Eddie Bush
: [Off Topic] Poolman Setup I'm no expert (having just picked up poolman a week ago) but, it appears to me that you don't have poolman.xml in the right place. It needs to be in either of the following places: 1. In the WEB-INF/classes directory (this is what I do) 2. Jar'd up, and then put

Re: [Off Topic] Poolman Setup

2002-03-07 Thread Ted Husted
Try /lib/poolman.jar /lib/log4j.jar /lib/jdbc2_0-stdext.jar /classes/poolman.xml in poolman.xml dbnameWHATEVER/dbname jndiNameWHATEVER/jndiName driverWHATEVER/driver urlWHATEVER/url usernameWHATEVER/username passwordWHATEVER/password

Re: [Off Topic] Poolman Setup

2002-03-07 Thread Eddie Bush
Excellent Ted thanks! I'll tuck this away in a safe place. Thank You! Eddie - Original Message - From: Ted Husted [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 07, 2002 5:07 PM Subject: Re: [Off Topic] Poolman Setup Try /lib/poolman.jar

Re: [Off Topic] Poolman Setup

2002-03-07 Thread Eddie Bush
Subject: Re: [Off Topic] Poolman Setup I'm no expert (having just picked up poolman a week ago) but, it appears to me that you don't have poolman.xml in the right place. It needs to be in either of the following places: 1. In the WEB-INF/classes directory (this is what I do) 2. Jar'd up

Re: [Off Topic] Poolman Setup

2002-03-07 Thread cahana
List [EMAIL PROTECTED] Sent: Thursday, March 07, 2002 12:47 PM Subject: [Off Topic] Poolman Setup I've done everything (I think) that poolman requires in order to function, and yet it does not. After placing only the required jars into my \lib folder, and having no success with Poolman starting, I