[jboss-user] [Beginner's Corner] - jboss as won't register with httpd/mod_cluster

Jeff MacDonald do-not-reply at jboss.com
Mon Oct 18 15:07:39 EDT 2010


Jeff MacDonald [http://community.jboss.org/people/steelnwool] created the discussion

"jboss as won't register with httpd/mod_cluster"

To view the discussion, visit: http://community.jboss.org/message/567024#567024

--------------------------------------------------------------
HI,

I've been following along with the Quick start guide in the mod cluster documention. I have httpd setup and running and Jboss as well. I can access the mod_cluster_manager page fine. As well, i tested the "Advertise.java" program to make sure my multicasting works.

However, I cannot get to /load-demo or /admin-console thru my proxy at all, leading my believe that somehow Jboss isn't "registering" with my httpd/mod_cluster.

I don't really know where to look to help debug this....

Here is my section from the httpd.conf

<IfModule manager_module>
  Listen 10.33.33.31:6666
  ManagerBalancerName mycluster
  <VirtualHost 10.33.33.31:6666>
    ServerName devcluster01.toronto.terida.net
    <Directory />
     Order allow,deny
     Allow from all
    </Directory>
    AllowDisplay On

    KeepAliveTimeout 300
    MaxKeepAliveRequests 0
    ServerAdvertise on  http://10.33.33.31:6666 http://10.33.33.31:6666
    AdvertiseFrequency 5
    #AdvertiseSecurityKey secret
    #AdvertiseGroup @ADVIP@:23364

    <Location /mod_cluster_manager>
       SetHandler mod_cluster-manager
       Order allow,deny
       Allow from all
    </Location>

  </VirtualHost>
</IfModule>

And as the Docs say "don't touch Jboss AS 6" ... so I didn't  :)  but i'm running it with

run -c all -b 0.0.0.0

Incidently, should I be able to browse  https://10.33.33.31:6666/load-demo https://10.33.33.31:6666/load-demo ? or even  https://10.33.33.31:8080/load-demo https://10.33.33.31:8080/load-demo [directly on the jboss host, versus thru the proxy?] i've deployed it successfully many times, but have never been able browse to it,but maybe thats intended.

Jeff.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/567024#567024]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101018/20e7ade9/attachment.html 


More information about the jboss-user mailing list