3 Replies Latest reply on Dec 4, 2012 9:53 AM by rhusar

    mod_cluster redirection

    michadmin

      i have configured the apache and jboss simliar to the configuration in the following: http://docs.jboss.org/mod_cluster/1.1.0/html/Quick_Start_Guide.html#d0e349

       

      Now the app is accessible using https://<url-name>:6666/<uri-name>. I need to access the application using https://<url-name>/<uri-name> and apahce should use port 6666 to communicate to jboss.

      Does anyone know of an article or has a link on how to do that?

       

      Thanks,

      Micky

        • 1. Re: mod_cluster redirection
          jfclere

          you just need Listen 80 in httpd.conf.

          make sure the virtualhost 6666 is only accessible by the AS7 nodes.

          • 2. Re: mod_cluster redirection
            michadmin

            Thanks...shouldnt port 6666  also be available internally (intranet) in order to use mod_cluster_manager? or is there a better recommended method to use mod_cluster_manager?

            • 3. Re: mod_cluster redirection
              rhusar

              Make sure to not expose mod_cluster_manager externally.

              You might want to expose it internally but only very limited just for the admins. You need to be careful there too.

               

              In AS7, there is an operation "/subsystem=modcluster:read-proxies-info()" that might be helpful for you as it does INFO on the proxy.