Re: Basic Doubt in J2EE Application
Posted By:
Lasse_Koskela
Posted On:
Sunday, February 2, 2003 05:13 AM
At least WebLogic uses this approach:
1) Administrator types in the plaintext password into a configuration file (.xml, .properties, whatever).
2) Administrator starts the application server.
3) Application server reads the password and, if it's in plaintext, ciphers it.