This section contains the following topics:
WebLogic Environment Setting Locations
Set the WebLogic Environment on Windows
Set the WebLogic Environment on UNIX
You configure SiteMinder WSS Agent-related environment settings in one of the following locations depending on your environment:
Note: The startWebLogic.cmd (Windows) or startWebLogic.sh (Unix) script that contains the environment configuration is placed in the bin folder of a created domain.
For details regarding the Server Start configuration page, see the WebLogic Online Documentation.
Before the SiteMinder WSS Agent can operate with the WebLogic Application Server on Windows, you must configure SiteMinder WSS Agent-related environment settings in the location appropriate for your environment.
Follow these steps:
set SOA_HOME=WSS_Home\wlsagent
set SMSOA_CLASSPATH=%SOA_HOME%\config; %SOA_HOME%\lib\smagentapi.jar; %SOA_HOME%\lib\thirdparty\cryptojFIPS.jar; %SOA_HOME%\lib\soaagent-proxy.jar; %SOA_HOME%\lib\thirdparty\xalan.jar
set CLASSPATH=%SMSOA_CLASSPATH%;%CLASSPATH%
set SM_JAVA_OPTIONS=-DJAVA_AGENT_ROOT=%SOA_HOME% -Dlog.log-config-properties=%SOA_HOME%\config\log-config.properties -Djava.security.auth.login.config==%SOA_HOME%\config\soa_jaas.config -Djavax.xml.soap.SOAPFactory=weblogic.xml.saaj.SOAPFactoryImpl -Djavax.xml.soap.MessageFactory=weblogic.xml.saaj.MessageFactoryImpl
%JAVA_HOME%\bin\java %JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% %SM_JAVA_OPTIONS% -Dweblogic.Name=%SERVER_NAME% -Djava.security.policy=%WL_HOME%\server\lib\weblogic.policy %PROXY_SETTINGS% %SERVER_CLASS%
Before the SiteMinder WSS Agent can operate with the WebLogic Application Server on UNIX, you must configure SiteMinder WSS Agent-related environment settings in the location appropriate for your environment.
Follow these steps:
SOA_HOME=WSS_Home/wlsagent
SMSOA_CLASSPATH=${SOA_HOME}/config: ${SOA_HOME}/lib/smagentapi.jar: ${SOA_HOME}/lib/thirdparty/cryptojFIPS.jar: ${SOA_HOME}/lib/soaagent-proxy.jar: ${SOA_HOME}/lib/thirdparty/xalan.jar
export SMSOA_CLASSPATH
CLASSPATH=${SMSOA_CLASSPATH}${CLASSPATHSEP}${CLASSPATH} export CLASSPATH
SM_JAVA_OPTIONS="-DJAVA_AGENT_ROOT=${SOA_HOME} -Dlog.log-config-properties=${SOA_HOME}/config/log-config.properties -Djava.security.auth.login.config==${SOA_HOME}/config/soa_jaas.config -Djavax.xml.soap.SOAPFactory=weblogic.xml.saaj.SOAPFactoryImpl -Djavax.xml.soap.MessageFactory=weblogic.xml.saaj.MessageFactoryImpl"
"${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} ${SM_JAVA_OPTIONS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${PROXY_SETTINGS} ${SERVER_CLASS}"
Copyright © 2015 CA Technologies.
All rights reserved.
|
|