0 Replies Latest reply on Jan 19, 2005 10:55 AM by jason1

    changing 'all' conf/jndi.properties

      Hi!

      Is there ever a reason to change all/conf/jndi.properties? For instance, if different values are set for these in the cluster-service.xml, do I need to change jndi.properties in the all/conf directory as well?

      cluster-service.xml

      <!-- Multicast Address and Group used for auto-discovery -->
      <attribute name="AutoDiscoveryAddress">230.0.0.9</attribute>
      <attribute name="AutoDiscoveryGroup">1105</attribute>


      all/conf/jndi.properties
      # new values (not defaults)
      jnp.discoveryGroup=230.0.0.9
      jnp.discoveryPort=1105


      Is this the correct thing to do?

      J