Oracle® Solaris Cluster Data Service for Oracle WebLogic Server Guide

Exit Print View

Updated: July 2014, E39648–01
 
 

Creating a Resource That Monitors URIs

To enable the HA for WebLogic Server resource to monitor URIs that are served by the WebLogic Server configured in the resource, use the following commands to set the extension property Monitor_uri_list.

# clresource create -g wls-rg -t SUNW.wls \
-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 \
-p Smooth_shutdown=TRUE \
-p DB_probe_script=/global/wls/Oracle/Middleware/script/db_probe_script \
-p Monitor_uri_list=http://logical_host1:7001/petstore,http://logical_host1:7001/bookstore wls-rs

The resource is created in the enabled state.