Database Reference
In-Depth Information
2.
Create a boot.properties file on the SOA managed server:
cd $MW_HOME/user_projects/domains/soa_domain/servers/ [managed_server] /security
echo "username=weblogic" > boot.properties
echo "password= <password>" >> boot.properties
3.
Repeat steps 1 and 2 on all servers in the cluster.
Now that you have created the boot.properties file, after you start up the
managed servers, both the username and password will be encrypted in this file.
Setting the environment
Setting up the environment simplifies subsequent commands and allows for
more efficient scripting. To set the environment, customize the values highlighted
in the following code snippet to reflect your environment:
export DOMAIN= [soa_domain]
export MW_HOME= /u01/app/oracle/Middleware
export DOMAIN_HOME=$MW_HOME/user_projects/domains/$DOMAIN
Starting up Node Manager
Node Manager should be started up once per physical server.
nohup $MW_HOME/wlserver_10.3/server/bin/startNodeManager.sh &
Starting up AdminServer
AdminServer should be started only in a single server in the cluster.
nohup $DOMAIN_HOME/bin/startWebLogic.sh &
Search WWH ::




Custom Search