Use an existing setEnv.sh file
You can provide the custom environment variables using an
existing setEnv.sh file, which you specify when invoking wlmwlsdc as follows:
% /opt/wlm/toolkits/weblogic/bin/wlmwlsdc \ /home/wladmin/wlm/myinstA.props \ /opt/bea/user_projects/domains/mydomain/setEnv.sh |
The /opt/bea/user_projects/domains/mydomain/setEnv.sh file
is produced when the instance is created with the WebLogic tools.
To invoke wlmwlsdc with the setEnv.sh file inside a WLM configuration file,
your coll_argv statement would be as follows:
coll_argv = { wlmrcvdc /opt/wlm/toolkits/weblogic/bin/wlmwlsdc /home/wladmin/wlm/myinstA.props /opt/bea/user_projects/domains/mydomain/setEnv.sh } |