java ee - Weblogic: Encrypt properties -
weblogic application server 10g , above encrypts data source passwords etc. in configuration files fine.
for third party library, have provide credentials via application (ear/war) differ between environments.
i'm aware of plan.xml
/ <env-entry/>
approach knowledge, can replace/modify deployment descriptor literal values, not encrypted values - @ least have not found example.
all in want "inject" credentials in application as possible supported application server , without "self-build" solutions external properties file etc (like jaspy).
is somehow possible via weblogic's plan.xml approach?
thanks!
a couple things note - if weblogic in development (not production mode) can enter values clear text in configuration files , when server starts encrypt them. if need encryption/decryption methods there plenty of scripts out there can help. here: http://techtapas.blogspot.com/2011/05/how-to-decrypt-weblogic-passwords-with.html
that said, think can enter values plan.xml file encrypted. example file doing it: https://jdeveloper-adf.googlecode.com/svn-history/r25/trunk/shiridi/plan.xml
Comments
Post a Comment