Sunday 11 November 2012

Enabling WebLogic/Managed Servers to Start Without Supplying Credentials


You can enable the Administration Server and Managed Servers to start without prompting you for the administrator username and password.

1. For the Administration Server, create a boot.properties file:

Create the following directory:
${MW_HOME}/user_projects/domains/mkkbase_domain/servers/AdminServer/security
mkkbase_domain >>> is the domain name

Use a text editor to create a file called boot.properties in the security directory created in the previous step, and enter the following lines in the file:
username=weblogic
password=*********

For each Managed Server:

Create the following directory:
${MW_HOME}/user_projects/domains/mkkbase_domain/servers/UCM_server1/security
${MW_HOME}/user_projects/domains/mkkbase_domain/servers/IPM_server1/security

Copy the boot.properties file you created for the Administration Server to the security directory of Managed Server you created in the previous step.

Restart the Administration Server and Managed Servers, now it shouldnot ask for the weblogic username and password.

No comments:

Post a Comment