2 Replies Latest reply on Mar 16, 2004 3:20 PM by nandkumar

    Where to put Application properties file in clustered enviro

    nandkumar

      Hi,

      I have question with regards to the location of application properties file?

      I have j2ee app which uses properties file. I am palnning to deploy this app in clustered environment and also want to know how to deploy app property file so that it gets replicated on all nodes without me explicitly copying it to other nodes.

      nandkumar

        • 1. Re: Where to put Application properties file in clustered en

          Now you see the problem with using the file system in an enterprise application. :-)
          What is wrong with env-entrys?

          But you can put the property files in a jar and place the jar in the farm directory.

          Regards,
          Adrian

          • 2. Re: Where to put Application properties file in clustered en
            nandkumar

            Hi Adrian,

            Yes, I agree with you on problem with using file instead of descriptor file etc.

            Since, application(product) will be installed by different clients some parameters needs to be changed every time product gets installed these install sensitive parameters, I would like to put it in file or some other place where after installing product client should be able to edit it and properties get replicated on all nodes of a cluster.


            nandkumar