Oracle® Solaris Cluster Data Service for Oracle WebLogic Server Guide

Exit Print View

Updated: July 2014, E39648–01
 
 

Creating a Simple WebLogic Server Resource

This configuration assumes that the START script, startWebLogic.sh, can start the WebLogic Server without any arguments to the script. The user name and password that are needed to start the WebLogic Server can be configured within this START script or in the boot.properties file.


Note - Starting with WebLogic Server version 10.3, the boot.properties file must reside in both the $DOMAIN_DIR and $DOMAIN_DIR/servers/server-name/security directories to bypass the need to prompt for user credentials when starting instances of WebLogic Server.
# clresource create -t SUNW.wls \
-g wls-rg \ 
-p Confdir_list=/global/wls/Oracle/Middleware/wlserver_12.1 \
-p Server_url=http://logical_host1:7001 \
-p Start_script=/global/wls/Oracle/Middleware/user_projects/domains/wlsd1/bin/startWebLogic.sh
admin-rs

The resource is created in the enabled state.