Yoav, Did you mean setting maxWait to 0 ? thanks
-----Original Message----- From: Shapira, Yoav [mailto:Yoav.Shapira@;mpi.com] Sent: Thursday, October 24, 2002 7:15 AM To: Tomcat Users List Subject: RE: Oracle connection pooling Hi, > <parameter> > <name>maxActive</name> > <value>5</value> > </parameter> > <parameter> > <name>maxIdle</name> > <value>3</value> > </parameter> > <parameter> > <name>maxWait</name> > <value>-1</value> > </parameter> The above to me suggests that the initial value could be 0. The above doesn't force pre-creation of any connections on server startup. >have I missed ? Where does Tomcat write the JDBC logging info - there is >nothing in logs/catalina.out I presume when Tomcat starts, the db >connections should be initiated with the database but there are none. I >have no idea where to go from here. Try setting the relevant debug="0" statements to debug="99" in your $CATALINA_HOME/conf/server.xml. Then you should get a lot more information on what tomcat is trying to do and any errors it may run into. Yoav Shapira Millennium ChemInformatics -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
