Friday, June 29, 2018

How to create boot.properties in weblogic

How to create boot.properties in weblogic


Today we are going to learn on how to create boot.properties fil in weblogic. Using boot.properties, you can control the server startup without passing the username and password.
 
1. Create a boot.properties file.
Create a plain text file called boot.properties with the following content:
username=weblogic
password=weblogic01

2. Copy the boot.properties to the following location:
/usr/local/weblogic103/user_projects/domains/devdomain/servers/<server_name>/security

No comments:

Post a Comment