I have just started using WebLogic Server. I tried to start one of the managed server from command line it stucked at.
getting boot
identity from the user
I entered admin username followed by password then it continued.In this way every time you need to enter username/password.
With below small and easy configuration you can resolve this issue (Avoid authentication prompt).
1. Create boot.properties in $DOMAIN_HOME/servers/[server_name]/security directory.
2. Put content in below format in the file.
username=[superuser with admin role]
password=[password of user(admin role)]
3. Alternatively you can copy boot.properties from $DOMAIN_HOME/servers/AdminServer/security,then alter the file accordingly.
Note : WebLogic only prompts for username/password when running in Production mode it won't prompt for username/password in development mode.
No comments:
Post a Comment