1 Reply Latest reply on Jul 27, 2003 9:53 AM by darranl

    JNDI.Properties

    monasehgal

      Hi ,
      I am performing server clustering with 2 Jboss-3.0.0 servers running on two windows m/c.For load balancing to be effective ie when one server fails the other one automatically takes over do i need to make some changes in jndi.properties file in all/conf for the parameter java.naming.provider.url so that it knows what all servers to look for

        • 1. Re: JNDI.Properties
          darranl

          You should not edit the jndi.properties in the all/conf folder.

          If you have clustering set up correctly the JBoss nodes will have already identified each other.

          The client jndi.properties will however need to be changed to use port 1100 instead of 1099 so that you use HA-JNDI which is required for load ballancing and fail over. Alternatively you could not specify an address and let the client send out a boradcast request to find the cluster.