4 Replies Latest reply on Nov 26, 2006 1:19 AM by javidjamae

    virtual host changes in each nodes config files?

      Hello,

      I am setting up a cluster consisting of atleast 2 nodes on solaris. The cluster runs fine in terms of farm deployment.

      The applications deployed use virtual host for getting accessed. http://aaa-devl.abc.xyz.com. In accordance the $JBOSS_HOME/server/$NODE1/deploy/jbossweb-tomcat55.sar/server.xml would have following details:

       <Host name="aaa" autoDeploy="false" deployOnStartup="false" deployXML="false">
       <Alias>aaa-devl.abc.xyz.com</Alias>
       <Valve className="org.apache.catalina.valves.FastCommonAccessLogValve"
       prefix="access" suffix=".log" rotatable="false"
       pattern="common" directory="${jboss.server.home.dir}/log/aaa"
       resolveHosts="false" />
       </Host>
      


      My question is, since this is in a cluster, i need to replicate the above configurations on other Nodes (ALL other instances) in a cluster? Any way to just change it at one location and all the instances should read the new changes?

      Regards,