Thanks Peter.
David Knox
Information System Architect
+1 303-748-8906
http://pragmaticis.blogspot.com
On Mar 23, 2009, at 4:24 PM, Peter Rossbach wrote:
Hi David,
it ist not a dead code. Locking art sandbox OACC project we have
made the tomcat 5.5 cluster
also available for tomcat 6
() ) log.debug("Unable to load
ClusterRuleSet (org.apache.catalina.cluster.ClusterRuleSet), will try
to load the HA cluster");
-}
-
//NEW CLUSTER 2
//first try the same classloader as this class server/lib
try {
David Knox
Informati
to log it again
+ recycleWorkerThread(workerThread);
+ continue;
+}
// Hand this socket off to an appropriate processor
workerThread.assign(socket);
David Knox
Information System Architect
+1 303-748-8906
http://pragmatic
I saw something like this once. It turned out to be a firewall on
XP. Just a thought.
cheers,
David Knox
Information System Architect
+1 303-748-8906
http://pragmaticis.blogspot.com
On Feb 16, 2009, at 9:16 AM, Lorenz Breu wrote:
Here is the correct algo for sender:
ifa
s = new String[] {NOTIFY_INIT, NOTIFY_CONNECT,
NOTIFY_ABANDON};
String name = Notification.class.getName();
String description = "A connection pool error condition was met.";
On Tuesday, December 30, 2008, at 02:34PM, "Filip Hanik - Dev Lists"
wrote:
>D
Hi,
jdbc-pool doesn't compile using JDK5 (sun).
[javac]
/home/dknox/src/tomcat-trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/jmx/ConnectionPool.java:45:
cannot find symbol
[javac] symbol : constructor
NotificationBroadcasterSupport(javax.management.MBeanNotificationInfo[])
[