Re: Cluster and Connection Pooling problem

2005-02-21 Thread Peter Johnson
Define the connection pool in either META-INF/context.xml (if using a WAR) or ${catalina_home}/conf/engine/host/app.xml And the link by the usual resource ref in the web.xml Remember that the JDBC drivers need to be in common/lib PJ Sumpter, Chuck wrote: Environment = Tomcat 5.5.7, Java

Cluster and Connection Pooling problem

2005-02-18 Thread Sumpter, Chuck
Environment = Tomcat 5.5.7, Java 1.5_01, IIS (win2k) using the isapi redirector. Problem: Using the scenario outlined by Graham King (http://www.javaworld.com/javaworld/jw-12-2004/jw-1220-tomcat.html ), a simple cluster is easily configured. However, when attempting to deploy our