7
. "${WL_HOME}/common/bin/commEnv.sh"
WEBAUTH="/opt/SAS/Config/Lev1/Web/SASDomain/webauth"
WEBAUTH_CLASSPATH="${WEBAUTH}/sas.core.jar:${WEBAUTH}/sas.core.nls.jar:
${WEBAUTH}/sas.oma.omi.jar:${WEBAUTH}/sas.security.sspi.jar:${WEBAUTH}/
sas.svc.connection.jar:${WEBAUTH}/sas.svc.connection.nls.jar:${WEBAUTH}
/sas.svc.sec.login.jar:${WEBAUTH}/sas.svc.sec.login.nls.jar:${WEBAUTH}/
sas.svc.sec.login.weblogic.jar:${WEBAUTH}/sas.svc.sec.login.weblogic.mb
ean.jar:${WEBAUTH}/sas.svc.sec.login.weblogic.mbean.nls.jar:${WEBAUTH}/
sas.svc.sec.login.weblogic.nls.jar:${WEBAUTH}/sas.svcs.security.weblogi
c.jar:${WEBAUTH}/sas.svcs.security.weblogic.nls.jar"
WEBLOGIC_CLASSPATH="${WEBAUTH_CLASSPATH}:${WEBLOGIC_CLASSPATH}"
export WEBLOGIC_CLASSPATH
Windows
For Windows operating environments, add the following lines to include the JAR files in the
classpath. Each of the set commands must be entered all on one line. Change the value of
WEBAUTH to match the location of the JAR files in step 1. Make these additions immediately
before the statement set WEBLOGIC_CLASSPATH.
call "%WL_HOME%\common\bin\commEnv.cmd"
set WEBAUTH=C:\SAS\Config\Lev1\Web\SASDomain\webauth
set WEBAUTH_CLASSPATH=%WEBAUTH%\sas.core.jar;%WEBAUTH%\
sas.core.nls.jar;%WEBAUTH%\sas.oma.omi.jar;%WEBAUTH%\sas.security.sspi.
jar;%WEBAUTH%\sas.svc.connection.jar;%WEBAUTH%\sas.svc.connection.nls.j
ar;%WEBAUTH%\sas.svc.sec.login.jar;%WEBAUTH%\sas.svc.sec.login.nls.jar;
%WEBAUTH%\sas.svc.sec.login.weblogic.jar;%WEBAUTH%\sas.svc.sec.login.we
blogic.mbean.jar;%WEBAUTH%\sas.svc.sec.login.weblogic.mbean.nls.jar;%WE
BAUTH%\sas.svc.sec.login.weblogic.nls.jar;%WEBAUTH%\sas.svcs.security.w
eblogic.jar;%WEBAUTH%\sas.svcs.security.weblogic.nls.jar
set WEBLOGIC_CLASSPATH=%WEBAUTH_CLASSPATH%;%WEBLOGIC_CLASSPATH%
3. Stop the WebLogic Administration Server.
4. If the node manager is installed as a Windows service, then uninstall it, reinstall it, and restart it.
If you chose to modify the commEnvSAS.sh wrapper script, then you must use the node manager
commands that are located in the SASDomain\bin directory.
Set the CLASSPATH for the Remote Services JVM and Restart
Modify the classpath for Remote Services so that the Java Virtual Machine (JVM) can locate the
WebLogic classes that it needs when it starts. These JAR files are required and contain classes that
represent JAAS principals that JVM acquires from your WebLogic Server:
WL_HOME/server/lib/wls-api.jar
WEBAUTH/sas.svc.sec.login.weblogic.jar
Comentarios a estos manuales