The Eagle Tomcat Registry ========================= This servlet, when deployed to Tomcat, will allow the registration of any of the contained servlets using Zeroconfig based service discovery. Building the servlet requires Java version 1.6.0 and Maven version 2.0.9 or above. To build, run "mvn package". Deploy the resulting target/tomcat-registry.war file to your Tomcat installation as usual. The servlet uses Apple's Bonjour implementation of Zeroconfig, mDNSResponder, and the service and libraries must be installed before starting the servlet. In addition, the Java bindings must also be available to Tomcat, e.g. by copying mDNSResponder's dns_sd.jar to Tomcat's shared library directory, $TOMCAT_HOME/lib. Alex Tucker, alex@floop.org.uk -- Copyright 2008, 2009 Alex Tucker The Eagle Tomcat Registry is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. The Eagle Tomcat Registry is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with the Eagle Tomcat Registry. If not, see .