RE: Poolman Factory Class

2002-09-24 Thread Amitabh Dubey
Thank u John. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 9:20 AM To: 'Tomcat Users List' Subject: RE: Poolman Factory Class Might I suggest that you get familiar with a search engine such as Google? http://www.googl

RE: Poolman Factory Class

2002-09-24 Thread Turner, John
Might I suggest that you get familiar with a search engine such as Google? http://www.google.com For example, a simple search on Google turned up this fairly comprehensive link: http://www.codestudio.com/PoolMan/UserGuide.html John > -Original Message- > From: Amitabh

Poolman Factory Class

2002-09-24 Thread Amitabh Dubey
Please can someone tell me what the factory class for PoolMan is? Amitabh -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Poolman Configuration

2002-09-23 Thread Amitabh Dubey
could post your server.xml here. Thanks Amitabh -Original Message- From: Dennis Muhlestein [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 3:33 PM To: [EMAIL PROTECTED] Subject: RE: Poolman Configuration We use DBCP with SQL Server and haven't had a single problem.

RE: Poolman Configuration

2002-09-23 Thread Amitabh Dubey
Would you be able to tell me how i should tie poolman to tomcat. this is what my server.xml looks like validationQuery user sa maxWait 5000 maxActive 5

RE: Poolman Configuration

2002-09-23 Thread Mike Jackson
Use poolman. Poolman good. If you can wait until next week I can send you a copy of my config file (out of the office until then). And I'll even throw in a sql server example as well (even though I use Oracle primarily). --mikej -=- mike jackson [EMAIL PROTECTED] -Original Me

RE: Poolman Configuration

2002-09-23 Thread Mike Jackson
Poolman is on sourceforge now. I don't know if any active development is occuring or not, but it runs extremely well for me. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Dennis Muhlestein [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 1:33

RE: Poolman Configuration

2002-09-23 Thread Dennis Muhlestein
suggestions? > > Thank you > Amitabh > > -Original Message- > From: Rick Fincher [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 23, 2002 1:06 PM > To: Tomcat Users List; [EMAIL PROTECTED] > Subject: Re: Poolman Configuration > > > Is anybody

Re: Poolman Configuration

2002-09-23 Thread Rick Fincher
duct then. Any suggestions? > > Thank you > Amitabh > > -Original Message- > > > Is anybody still developing Poolman? I heard the original developer retired > it. If you are just starting out you might want to use another connection > pooling package like DBCP i

RE: Poolman Configuration

2002-09-23 Thread Turner, John
2 2:11 PM > To: Tomcat Users List > Subject: RE: Poolman Configuration > > > DBCP does not work well with SQL Server, so i was told. I > guess i will have > to look into some commercial product then. Any suggestions? > > Thank you > Amitabh > > -Origina

RE: Poolman Configuration

2002-09-23 Thread Amitabh Dubey
; [EMAIL PROTECTED] Subject: Re: Poolman Configuration Is anybody still developing Poolman? I heard the original developer retired it. If you are just starting out you might want to use another connection pooling package like DBCP in the Jakarta Commons project, so you don't get locked into a de

Re: Poolman Configuration

2002-09-23 Thread Rick Fincher
Is anybody still developing Poolman? I heard the original developer retired it. If you are just starting out you might want to use another connection pooling package like DBCP in the Jakarta Commons project, so you don't get locked into a defunct product. This is from the web site list

Poolman Configuration

2002-09-23 Thread Amitabh Dubey
Does anyone have poolman successfully configured. If so, please could you post your poolman.xml. If you have used it with SQL Server, then that would be perfect. Thanks Amitabh -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Poolman stable release

2002-09-23 Thread Amitabh Dubey
Which stable release version of Poolman supports JDBC 2.0 and where can i download it from. I do not want to use a beta release. Amitabh Amitabh Dubey 1900 St. James Suite #700 Houston, TX - 77056 (713) 403 8464 (o) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For addi

RE: Craig, PoolMan, latest version WAS the problem.

2002-08-19 Thread Andrew Conrad
Instead of using poolman, you could use dbcp. It's the default connection pool for TC 4.1.x http://jakarta.apache.org/commons/dbcp.html - Andrew > -Original Message- > From: Luminous Heart [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 19, 2002 12:54 PM > To:

RE: Craig, PoolMan, latest version WAS the problem.

2002-08-19 Thread Mike Jackson
onday, August 19, 2002 9:54 AM > To: Tomcat Users List > Subject: Craig, PoolMan, latest version WAS the problem. > > > Ok. I reverted to an older version of PoolMan, where > we use pool.prop instead of pool.xml. That version > works fine. I have not hit the exception although I

Craig, PoolMan, latest version WAS the problem.

2002-08-19 Thread Luminous Heart
Ok. I reverted to an older version of PoolMan, where we use pool.prop instead of pool.xml. That version works fine. I have not hit the exception although I tested it for sometime. Does that mean am stuck to the older poolman? Is there a better solution to handle database pooling? Thank you

Poolman with Tomcat

2002-07-24 Thread Sundar Chakravarthy
Hi I have Tomcat 4.0.4 / Apache 1.3 working with mod_jk. I am trying to integrate poolman 2.0 into the system. Here is what I think I should do, 1. Place poolman.xml in WEB-INF/classes directory of the application 2. Place poolman.jar in WEB-INF/lib directory , I believe Tomcat 4x comes

Tomcat 3.3.1, Poolman 2.0.4, SAX and Document Handler.class

2002-05-24 Thread kendall carpenter
and not the 4.x releases because of the issues I read about 4.x, like memory and processors mis-management or consumption. Next I added Poolman 2.0.4 for JDBC connection pooling. I followed the directions in the docs for installation and configuration. I copied poolman.jar to JDK_HOME/jre/lib/ext

problems poolman with tomcat

2002-04-22 Thread rsalinasg
hi to all, I use poolman 2.0, tomcat 3.3.1, and windows 2000 professional, when I runnig the samples poolmansample in standalone, the results is sucessful, but when I runnig the poolman.jsp and clicked the PoolMan JSP Database Client , I received this error: EmbededTomcat: Startup time 351 2002

Help? tomcat 4.0.2 and jdk1.4 with poolman

2002-04-17 Thread se ra
Hello, I am running into the same problem with: Poolman/JDK1.4/Tomcat4.0 Are there any other workarounds? thanx -sen This may already have been responded to, but FYI JDK 1.4 includes Xml parsing. Trying using 4.0.2 lite I think it's called. That distrib is designed to not include it'

Tomcat 4.0.3 and PoolMan 2.0.4

2002-04-11 Thread William Au
Anyone using Tomcat 4.0.3 with PoolMan 2.0.4? The Tomcat stop script can't shutdown Tomcat after I added a DataSource into poolman.xml. Any idea how I can solve this? Bill -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]>

Poolman integration with Tomcat 4.0.1

2002-03-05 Thread julie . f . mccabe
: 1.3.1_02 Tomcat: 4.0.1 Sybase: 11.9.2 Poolman: 2.1 This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. All market prices, data and other

Re: Help? tomcat 4.0.2 and jdk1.4 with poolman

2002-03-03 Thread Bill Barnhill
avan Morris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 01, 2002 2:57 PM Subject: Help? tomcat 4.0.2 and jdk1.4 with poolman Hey everybody, I've been running tomcat 4.0.2 with jdk 1.3.1 and poolman 2.0.4 supported JDBC Realms for a while now with no proble

Help? tomcat 4.0.2 and jdk1.4 with poolman

2002-03-01 Thread Cavan Morris
Hey everybody, I've been running tomcat 4.0.2 with jdk 1.3.1 and poolman 2.0.4 supported JDBC Realms for a while now with no problems. I recently tried to switch to jdk 1.4 (Something that I think I need to do for it's Headless support on my Linux box) and it gave me the following

Re: Tomcat 4.0.2 and Poolman 2.1 beta stops shutdown

2002-02-25 Thread Remy Maucherat
> As has been discussed before, now that the System.exit calls are out of > 4.0.2, some packages can stop proper Tomcat shutdowns from happening. > Poolman (JDBC datasource pools and generic object pools) from > codestudio.com is one of these packages. For anyone that is interest

Tomcat 4.0.2 and Poolman 2.1 beta stops shutdown

2002-02-25 Thread steve_olson
As has been discussed before, now that the System.exit calls are out of 4.0.2, some packages can stop proper Tomcat shutdowns from happening. Poolman (JDBC datasource pools and generic object pools) from codestudio.com is one of these packages. For anyone that is interested, I have made

Re: Tomcat/Poolman/JNDI (was RMI/JNDI problem w/tomcat 3.3)

2001-12-07 Thread Mike Comb
OK, last time responding to myself. I finally found the problem with TC3.3 and it really was a CLASSPATH issue. My database drivers where not in my CLASSPATH which apparently was keeping poolman from starting up which was in turn keeping RMI from starting. Unfortunately nothing threw an

Re: Tomcat/Poolman/JNDI (was RMI/JNDI problem w/tomcat 3.3)

2001-12-07 Thread Mike Comb
e only received one response. > Has anybody gotten poolman 2.04 to work with tomcat 3.3 using JNDI? How? > > Thanks, > -Mike > > --On Friday, December 7, 2001 10:08 AM -0800 Mike Comb > <[EMAIL PROTECTED]> wrote: > >> Yes, I know it ignores the CLASSPATH. I tried pu

Tomcat/Poolman/JNDI (was RMI/JNDI problem w/tomcat 3.3)

2001-12-07 Thread Mike Comb
OK, let me make this simpler since I have only received one response. Has anybody gotten poolman 2.04 to work with tomcat 3.3 using JNDI? How? Thanks, -Mike --On Friday, December 7, 2001 10:08 AM -0800 Mike Comb <[EMAIL PROTECTED]> wrote: > Yes, I know it ignores the CLASSPATH.

Re: Tomcat 4.0 and Poolman

2001-11-23 Thread Fabio Mengue
Hello, I sent a email about a error that happened when I tried to use Poolman 2.1b1 and Tomcat 4.0 (Linux + jdk1.3.1). If I put the examples that came with poolman in /webapps, Tomcat just don't start. No one answered, and since no one post anything else... I was able to made

RE: Tomcat 4.0 and Poolman

2001-11-22 Thread Kwan, Kenneth Y
Title: RE: Tomcat 4.0 and Poolman This also works on my TC4.0.1 & Poolman 2.0.4 -Original Message- From: KL OOI [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 22, 2001 4:12 PM To: Tomcat Users List Subject: Re: Tomcat 4.0 and Poolman put all the Poolman related JAR f

Re: Tomcat 4.0 and Poolman

2001-11-22 Thread KL OOI
put all the Poolman related JAR files into TOMCAT_HOME/webapps/yourapps/WEB-INF/lib and poolman.xml into TOMCAT_HOME/webapps/yourapps/WEB-INF/classes this is work for me on TC 3.3 + Poolman 2.0.4 - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" &

Tomcat 4.0 and Poolman

2001-11-21 Thread antony
Hi Folks I have searched the archives and there is lots of messages saying people are having problems with Tomcat 4.0 and Poolman, but there is no follow up messages saying definitly that these two do not work together, or how things can be configured so they do work in harmony. Can someone

Re: poolman

2001-11-20 Thread Jeff Miller
gt;> [EMAIL PROTECTED] 11/20/01 4:06:07 AM >>> Hi, I'm searching for a good pool manager. Is poolman good for a production environnment ? on high load server ? Please tell me which pool you use and why. Thanks Michenaud Laurent - Adeuza - [ Développeur Web - Administrateur Réseau ]

poolman

2001-11-20 Thread Laurent Michenaud
Hi, I'm searching for a good pool manager. Is poolman good for a production environnment ? on high load server ? Please tell me which pool you use and why. Thanks Michenaud Laurent - Adeuza - [ Développeur Web - Administrateur Réseau ] -- To unsubscribe: <mailto:[EMAIL PROTECT

RE: Tomcat 3.3 and Poolman 2.0.4

2001-11-19 Thread Cheong Takhoe
Yeah... Seems to be running quite smoothly and it really speeds things up. But I've got problem running it with Jive. Somehow, it conflicts with Jive's own Poolman. I get cases whereby Jive could not detect the database. regards, Cheong Takhoe > -Original Message- > Fr

Tomcat 3.3 and Poolman 2.0.4

2001-11-19 Thread KL OOI
Hi all, Do anyone successfully install Tomcat 3.3 with Poolman 2.0.4 in W2K ?? Thanks. Regards, KL OOI

Tomcat 4.0 and Poolman 2.1b1

2001-10-26 Thread Fabio Mengue
Hello, I'm having a problem using Poolman. I wonder if anybody has the same problem... I have a server (PIII 800, 256Mb RAM) with Linux (kernel 2.4.5). Using Sun JDK 1.3.1_1, and binary Tomcat 4.0 for Linux. Tomcat runs fine out of the box (ie, standalone, no connection

Re: Using PoolMan with Tomcat 3.2.1

2001-10-20 Thread John Lacey
Barney Hamish wrote: > > The PoolMan driver requires one to register the driver by calling: > class.forName("com.codestudio.sql.PoolMan").newInstance(); > > However the Tomcat JDBC Realm only calls : > class.forName(); (org\apache\tomcat\request\JDBCRealm.

Using PoolMan with Tomcat 3.2.1

2001-10-19 Thread Barney Hamish
Has anyone out there been able to get PoolMan 2.0.4 to work with Tomcat 3.2.1 realm based authenitcation? I'm currently using PoolMan 2.0.4 with Tomcat 3.2.1. The problem arises when I try to use the PoolMan driver with the JDBC Realms. The PoolMan driver requires one to register the driv

Fw: Tomcat4.0 and Poolman

2001-09-20 Thread Roy K. Mayr R.
TED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 12:41 PM Subject: Tomcat4.0 and Poolman > Hi, > > After I install Tomcat 4.0 (migrating from tomcat 3.3b1), I can't install > correctly Poolman (connection pooling...). > > Many required JAR files for P

RE: Tomcat4.0 and Poolman

2001-09-20 Thread Roy K. Mayr R.
PROTECTED]> Sent: Thursday, September 20, 2001 12:41 PM Subject: Tomcat4.0 and Poolman > Hi, > > After I install Tomcat 4.0 (migrating from tomcat 3.3b1), I can't install > correctly Poolman (connection pooling...). > > Many required JAR files for Poolman I see on common di

Tomcat4.0 and Poolman

2001-09-20 Thread Roy K. Mayr R.
Hi, After I install Tomcat 4.0 (migrating from tomcat 3.3b1), I can't install correctly Poolman (connection pooling...). Many required JAR files for Poolman I see on common directory of tomcat... Can I to use this JAR files ? Can I to use XML parser of Tomcat (JAXP/1.1 ) or I need nec

How to install Poolman to Tomcat4

2001-08-22 Thread hongx
The installation of Poolman: "No specific properties configuration is necessary to run PoolMan in Tomcat, as long as your System CLASSPATH has been established according to the above guidelines. Test the installation from Tomcat by deploying the poolman.war web application into Tomcat

RE: [Solved] RE: Poolman 2.0.4 and Tomcat 3.2.3

2001-08-22 Thread Järkeborn Joacim
Yes, of course. I had a temporary error in my brain ;-) // Jocke > -Original Message- > From: Gregor Kovaè [mailto:[EMAIL PROTECTED]] > Sent: den 22 augusti 2001 12:13 > To: [EMAIL PROTECTED] > Subject: Re: [Solved] RE: Poolman 2.0.4 and Tomcat 3.2.3 > > > Hi!

Re: [Solved] RE: Poolman 2.0.4 and Tomcat 3.2.3

2001-08-22 Thread Gregor Kovaè
Hi! This is not strange. Java looks for files in directories. So you specify directories in classpath or jar files, not files itself. Both jar files and directories contain files java needs, hence %TOMCAT_HOME%\conf\poolman\poolman.xml does not contain a file, right? Best regards

[Solved] RE: Poolman 2.0.4 and Tomcat 3.2.3

2001-08-22 Thread Järkeborn Joacim
Hi again, The poolman.xml file wasn't found but it's a bit strange. This is NOT working --- :setClasspath set CP=%TOMCAT_HOME%\conf\poolman\poolman.xml;%TOMCAT_HOME%\classes This

Poolman 2.0.4 and Tomcat 3.2.3

2001-08-22 Thread Järkeborn Joacim
Hi, Since I need to get a DataSource from some JNDI I have downloaded PoolMan 2.0.4. When I am trying to run "JSP Database Client" Tomcat terminates. In /lib I have the following jars: poolman.jar, jdbc2_0-stdext.jar, jta.jar, xerces.jar, mm.mysql-2.0.4-bin.jar I also have the pool

Re: PoolMan woes

2001-07-05 Thread Matt Barre
One more thing to go and I think I'll be there :) My dev system uses SQL Server which works perfectly with PoolMan currently. My prod system is running MySQL. Currently MySQL gives an error saying user:'web@' not valid. I have made multiple entries in the mysql user table fo

RE: PoolMan woes

2001-07-05 Thread Eoin Woods
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-stdext.jar, jmxri.jar, jta.jar and xerces.jar

Re: PoolMan woes

2001-07-05 Thread Matt Barre
Thank you for the help. I upgraded to jdk1.3.1 which got PoolMan running. I can now setup the config file and tomcat presents me with a list of available pools when I use the packaged poolman application. I ran queries against the pool and had no problems. I shutdown Tomcat, and changed the

Re: PoolMan woes

2001-07-03 Thread P.Miller
ying 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

RE: PoolMan woes

2001-07-03 Thread Eoin Woods
ce() 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 stabiliz

Re: PoolMan woes

2001-07-03 Thread Matt Barre
Thanks for the tip. By taking the two suggestions I now have Tomcat somewhat stabilized. I am working on a jsp to get all the kinks worked out. I import the PoolMan packages but I get the following/weird error: Method getDataSource(java.lang.String) not found in class

RE: PoolMan woes

2001-07-03 Thread Eoin Woods
We're using PoolMan 2.0.x with Tomcat 3.2.x without too many problems. PoolMan does respond rather violently when it can't find its configuration file - which is "poolman.xml" in version 2. I put this in $TOMCAT_HOME/classes and it appears to be found OK. If Pool

Re: PoolMan woes

2001-07-03 Thread Jack Lauman
wrote: > > 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

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

Get a JDBC DataSource via JNDI ( using Poolman ) - NEED HELP

2001-05-31 Thread Patrick . Pierra
We are trying to get a DataSource with a JNDI lookup. We want to use PoolMan for this and JNP (as JNDI server) Our questions -- 1. How to setup the JNP server or another JNDI server with Tomcat ? 2. How to install Poolman, we have copied the poolman.jar, install the poolman.xml file

connect to MySQL using Tomcat 3.2.1 and Poolman 2.0

2001-05-15 Thread Bruno Grossniklaus
I have problems to connect to MySQL using Tomcat 3.2.1 and Poolman 2.0. I use Java Beans to encapsulate information from the JSP's. Formerly I have been using JRun from Allaire and have now changed to Tomcat 3.2.1. JRun was running using the same code. Tomcat Servlet Engine does not allo

Re: Poolman and tomcat

2001-05-09 Thread Dave Weis
les. > > If this doesn't solve your problem, you need to post the error > either here, or to the PoolMan support. I couldn't get it working outside of tomcat. I do have Oracle working fine without pooling through tomcat though. I sent a message to [EMAIL PROTECTED] at the

RE: Poolman and tomcat

2001-05-09 Thread Randy Layman
oblem, you need to post the error either here, or to the PoolMan support. Randy > -Original Message- > From: Dave Weis [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 09, 2001 8:58 AM > To: [EMAIL PROTECTED] > Subject: Re: Poolman and tomcat > > > >

Re: Poolman and tomcat

2001-05-09 Thread Dave Weis
Harden ZHU wrote: > > I am using poolman 2.01 and tomcat. I use oracle OCI driver for 8.1.7. > But when i run PoolManSample, I got error. Any additional step i need do? I've also tried to get this working with no luck. I tried both classes111.zip and classes12.zip. I can connect

Poolman and tomcat

2001-05-08 Thread Harden ZHU
I am using poolman 2.01 and tomcat. I use oracle OCI driver for 8.1.7. But when i run PoolManSample, I got error. Any additional step i need do? Thanks harden

Re: Poolman

2001-05-08 Thread sayguney
Most probably because you are not explicitly closing your Connection objects. > I am using poolman 2.1 for connection pooling. The connection pooling > seems to be working fine, but the only problem I seem to be having is > that my total connections grow very rapidly. And also the co

Poolman

2001-05-07 Thread Manish
Hi All, I am using poolman 2.1 for connection pooling. The connection pooling seems to be working fine, but the only problem I seem to be having is that my total connections grow very rapidly. And also the connections used grow at the same pace. I always have 1 or 2 connections available

PoolMan 1.4.1 & JNDI Questions

2001-04-15 Thread eric chacon
Folks I'm trying to make a PoolMan 1.4.1 datasource available through JNDI. I can get PoolMan working without trying to make a datasource (for example, the PoolManServlet works just fine...) I have PoolMan 1.4.1 working with Postgresql 7.0.3 and Tomcat 3.2.1 / Apache runing on Linux

Re: Poolman and jmx error

2001-03-27 Thread sayguney
I have informed him about the problem yesterday too. No response either. I am using PostgreSQL 7.03 on a Linux (Red Hat 6.2) box. Poolman and Tomcat runs on NT. > I am having the same problem. I emailed the author of PoolMan last night, > but, he has not responded yet. > > BTW, w

Re: Poolman and jmx error

2001-03-26 Thread Java Poop
I am having the same problem. I emailed the author of PoolMan last night, but, he has not responded yet. BTW, what database are you using? JP - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 3:23 AM Subject: Poolman a

Poolman and jmx error

2001-03-26 Thread sayguney
Hi, I am trying to integrate PoolMan (http://www.codestudio.com/PoolMan/) with TomCat. I am using NT 4.0/SP6 and TomCat 3.2.1 standalone (JDK 1.3.0_02). I installed the product as documented. The Poolman and JMX jars are in the classpath (in tomcat/lib directory). When I load the administration

Re: Weird Results with PoolMan

2001-03-08 Thread Ryan
the source to the example can be found here http://poolman.sourceforge.net/PoolMan/PoolManSample.java - Original Message - From: "Ralph Einfeldt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 07, 2001 11:01 PM Subject: AW: Weird Results wit

AW: Weird Results with PoolMan

2001-03-07 Thread Ralph Einfeldt
It looks like for columns with type 'text' there is a byte array returned. Tell a bit more about which methods you used to get the result. (I never user used PoolMan so your reference to the example doesn't help me) -Ursprüngliche Nachricht- Von: Ryan [mailto:[EMAIL PROTE

Weird Results with PoolMan

2001-03-07 Thread Ryan
When I tried running the sample program off of PoolMan's site: PoolManSample.java. I get odd results from my mySQL table.   There are three elements in my table, a user and password, each of whic are of datatype char. and then the user's home directory which is of datatype text:   Here are t

Re: Poolman and Tomcat - where does the poolman.props file go

2001-03-02 Thread Matt Goss
pplication earlier that > accesses > the same file. I don't know why. > > regards, > Nagarajan > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 02, 2001 12:41 PM > To: [EMAIL PROTECTED] > Subject

RE: Poolman and Tomcat - where does the poolman.props file go

2001-03-02 Thread G.Nagarajan
ECTED] Subject: RE: Poolman and Tomcat - where does the poolman.props file go Nagarajan, Thanks for the reply, I have done as you suggested and the application works just fine which is really rather confusing since they are both basically using the same classpath, except tomcat has included other

RE: Poolman and Tomcat - where does the poolman.props file go

2001-03-02 Thread tnist
what may be going on here? Todd -Original Message- From: G.Nagarajan [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 5:01 AM To: [EMAIL PROTECTED] Subject: RE: Poolman and Tomcat - where does the poolman.props file go Hi, Try using Poolman from an application instead of a servlet

RE: Poolman and Tomcat - where does the poolman.props file go

2001-03-02 Thread G.Nagarajan
Hi, Try using Poolman from an application instead of a servlet. In that way you will know whether the classpath is ok. Regards, Nagarajan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 8:47 PM To: [EMAIL PROTECTED] Subject: RE

Poolman and Tomcat - I'm going nuts

2001-03-01 Thread tnist
Hello, I am having a very difficult time getting poolman to work under tomcat and based on other posts to this forum, this should not be the case. I have included the "poolman.props" file in a directory which is in my CLASSPATH. It works fine outside of tomcat from a simple java a

RE: Poolman and Tomcat - where does the poolman.props file go

2001-03-01 Thread tnist
:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 11:56 AM To: '[EMAIL PROTECTED]' Subject: RE: Poolman and Tomcat - where does the poolman.props file go Add some directory (like c:\tomcat\lib) to your CLASSPATH and copy poolman.props to this directory. Ariel -Original Message

RE: Poolman and Tomcat - where does the poolman.props file go

2001-03-01 Thread Ariel
Add some directory (like c:\tomcat\lib) to your CLASSPATH and copy poolman.props to this directory. Ariel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 6:08 PM To: [EMAIL PROTECTED] Subject: Poolman and Tomcat - where does the

Poolman and Tomcat - where does the poolman.props file go

2001-03-01 Thread tnist
Hello all, My configuration is as follows: WIN2K Apache 1.3.14 Tomcat 3.2.1 Poolman 1.4.1 I have include the poolman.jar file in my CLASSPATH as per the documentation. I have tested the connection with the PoolManSample.java program provided and all works

RE: poolman

2001-02-28 Thread Patrick Vanden Driessche
Hi Ariel, Your problem relates to the inner workings of Poolman. Internally, poolman uses a some ArrayList (as far as I could determine from a quit look at the SmartResultSet.java code). Apparantly the oracle driver implementation does not suffer from this. Their getInt() implementation

RE: poolman

2001-02-28 Thread Ariel
Hello Patrick, Onjce you have been lucky with poolman maybe you can help me with teh following problem: I am getting the following exception everytime getInt() is invoked: java.lang.ClassCastException: java.math.BigDecimal at com.codestudio.sql.SmartResultSet.getInt(SmartResultSet.java:506

RE: poolman

2001-02-27 Thread Patrick Vanden Driessche
Hi Ryan, I've been using Poolman for a while in my development environment without problems. I'm running MySQL, Tomcat 3.2.1. on Win2K system for development... Are you sure that the poolman.jar and the jdbc2.0-stdext.jar are in Tomcat's classpath ? (in my case I pla

poolman

2001-02-27 Thread Ryan
I was wondering if anyone has used the pooling library called PoolMan.. it can be found on freshmeat.net. I have heard good things about it and the souce code seems pretty nifty. However, I tried compiling the sample file and all worked fine, but when I ran the compiled class it said that

Re: PoolMan/Tomcat

2001-01-12 Thread Jon Baer
: When I try to access that site I get redirected to: http://poolman.sourceforge.net/ Nothing comes up. BTW, what exactly is Poolman?  I too use Oracle 8i (8.1.6 and 8.1.7).  Thanks.  --Cam-- - Original Message - From: Gianni Salvagno To: [EMAIL PROTECTED] Sent: Friday, January 12, 2001 6:06

Re: PoolMan/Tomcat

2001-01-12 Thread Cam DeBuck
When I try to access that site I get redirected to:   http://poolman.sourceforge.net/   Nothing comes up.   BTW, what exactly is Poolman?  I too use Oracle 8i (8.1.6 and 8.1.7).  Thanks.   --Cam-- - Original Message - From: Gianni Salvagno To: [EMAIL PROTECTED

PoolMan/Tomcat

2001-01-12 Thread Gianni Salvagno
I work with Apache-Tomcat and Oracle8i. My java applications work with PoolMan (codestudio) for the jdbc connection management. I  read on  Sun JDBC forum that Tomcat does not support it. Is it true? Can you help me ? I try to find http://www.codestudio.com   but it' losted , I coul

PoolMan

2000-12-21 Thread Fred Moscicki
Hi, Can anyone direct me to some kind of list for PoolMan database pooling. I am currently instantiating a JDBCPool through the SQLManager and storing a reference to the SQLManager in the ServletContext. This is all being done in the init method of a "Load-on-startup" servle

Tomcat Apache Linux PoolMan

2000-11-21 Thread Kaushal Patel
Hi ALL, I am trying to get he Pool Manger working I have a Redhat Linux 6.1 box with Apache & Tomcat 3.1 on it, my jsp pages work fine i am able to get connection to databases using oracle type 4 jdbc thin driver I have downloaded PoolMan v1.4 from codestudio.com and am trying to se