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
This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you.
-- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
