In order to start Weblogic "AdminServe'r or ManagedServer" without password, you'll need to follow these steps;
Starting weblogic without password need a file call boot.properties. In this file you'll provide the weblogic user name & password.
- login as WLSowner
- cd /Weblogic_home/user_projects/domain/base_domains/server/"server_name" create a direcotry "security" # mkdir security
- cd security, vi boot.properties
- in the boot.properties file as the following lines
username= weblogic
password= XXXXXX
- save this file
- cd Weblogic_home/user_projects/domain/base_domains/bin
- on the prompt #nohup ./startWebLogic.sh &
No comments:
Post a Comment