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 (see

How to make a connection pool when Tomcat start?

2001-08-21 Thread hongx
¡¡How can I make a connection pool when Tomcat start?

JDBC and Oracle

2001-08-20 Thread hongx
I have a question about JDBC and Oracle. In my Jsp I make a connection pool bean to connect with Oracle. And I found when I access the Oracle it will build a new session every time. So at last I can=A1=AFt connect = with Oracle when it reaches the max session number. But if I don=A1=AFt use = the

JDBC and Oracle

2001-08-20 Thread hongx
I have a question about JDBC and Oracle. In my Jsp I make a connection pool bean to connect with Oracle. And I found when I access the Oracle it will build a new session every time. So at last I can't connect with Oracle when it reaches the max session number. Just when I restart Tomcat the