0 Replies Latest reply on Aug 31, 2009 2:24 PM by mausam-here

    Accessing database decryption key from different server in c

      Hello,

      This may not be a Jboss server issue but a generic issue. We have our Datasource password encrypted.

      This is decrypted at runtime, using a key stored in a flat file. And it works fine.

      Now the problem is that, currently we are planning to move our clustered node to a different machine (currently clustered nodes run on same machine and different package).

      We want to keep the key-file located only on one server.

      Any suggestions, how the clustered node on another machine (m2) should access the file (flat file) in machine 1 (m1)?