Re: dead code in ClusterRuleSetFactory

2009-03-23 Thread David Knox
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

dead code in ClusterRuleSetFactory

2009-03-23 Thread David Knox
() ) 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

potential thread leak found

2009-03-18 Thread David Knox
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

Re: tomcat-native: multicast on win32

2009-02-16 Thread David Knox
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

Re: svn commit: r730212 - in /tomcat/trunk/modules/jdbc-pool: build.xml sign.sh

2008-12-30 Thread David Knox
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

Re: svn commit: r730212 - in /tomcat/trunk/modules/jdbc-pool: build.xml sign.sh

2008-12-30 Thread David Knox
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[]) [