3 Replies Latest reply on Jun 28, 2010 6:59 PM by pferraro

    Tomcat using 1.1.0 CR3 without Multicast

    kdavis1

      I am performing an install and configuration of mod_cluster on a local machine as a proof of concept. That is to say that Apache and tomcat are running on the same physical hardware. I am attempting to migrate from mod_jk to mod_cluster

       

      On the apache side I'm pretty confident that the install is working but I have no log entries as proof. I have the management page working and port 6666 is showing open in netstat, but I can not find reference to mod cluster in any logs. Mod_jk has its own logs, does mod_cluster have options logging to its own file?

       

      The Tomcat side of things I am not so sure about. I've placed all three .jar files in the lib directory and configured as such:

      <Listener className="org.jboss.modcluster.catalina.ModClusterListener" advertise="true" />

       

      After restarting Tomcat I do not see any reference to modcluster in the catalina.out. I would have expected to find something in there even if it was just, "modcluster can't find a proxy".

       

      I have a couple of additional questions:

       

      Mod_jk uses <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" URIEncoding="UTF-8" /> ; Do I still need a connector line such as this and if so what should it look like?

       

      I need to perform a setup without using Multicast. The documents have examples for jboss using the proxylist but I've not been able to find an example using Tomcat. Anyone have a working example?