deploying security enabled app to WLS - null Password Given Error

Posted by raghu.yadav on Oracle Blogs See other posts from Oracle Blogs or by raghu.yadav
Published on Wed, 16 Jun 2010 09:50:51 -0800 Indexed on 2010/06/16 18:24 UTC
Read the original article Hit count: 479

Filed under:
if you notice "null password given Error" while accessing the security enabled app deployed in wls, follow below instructions.
set the property -Djps.app.credential.overwrite.allowed=true to JAVA_PROPERTIES env within setDomainEnv.sh also ensure you run server in development mode.
edit setDomainEnv.sh and set -Dweblogic.ProductionModeEnabled=false and startup the servers, now you access the app and then shutdown server and revert the 
-Dweblogic.ProductionModeEnabled=false to -Dweblogic.ProductionModeEnabled=true that's it.

© Oracle Blogs or respective owner

Related posts about ADF11