8
UNIX
1. Edit the file SAS-config dir/Lev1/Web/Applications/RemoteServices/
RemoteServices.sh. Add the fully qualified path to the JAR files in the previous list to the
-Dsas.app.class.path property:
start2)
"$JAVA_JRE_COMMAND"
-Dsas.ext.config="/opt/SAS_92/SASFoundationServices/9.2/sas.java.
ext.config" \
-classpath "$CLASSPATH" \
-Djava.system.class.loader=com.sas.app.AppClassLoader -Dsas.app.launch.
config="$MERGER_PICKLIST" \
-Dsas.app.repository.path="$SASVJR_REPOSITORYPATH" \
-Dsas.app.class.path="$REMOTESERVICESDIR" \
com.sas.framework.picklist.PicklistMerger \
-primary "$PRIMARY_PICKLIST" \
"$PICKLIST" \
"$SECONDARY_PICKLIST1" \
"$SECONDARY_PICKLIST2"
cd $REMOTESERVICESLOGSDIR
nohup "$JAVA_JRE_COMMAND" -Dsas.ext.config="/opt/SAS_92wls/
SASFoundationServices/9.2/sas.java.ext.config" \
-classpath "$CLASSPATH" \
-Djava.system.class.loader=com.sas.app.AppClassLoader \
-Dsas.app.launch.config="$PICKLIST" \
-Dsas.app.repository.path="$SASVJR_REPOSITORYPATH" \
-Dsas.app.class.path="$REMOTESERVICESDIR:/WL_HOME/server/
lib/wls-api.jar:/opt/SAS/Config/Lev1/Web/SASDomain/webauth/sas.svc.
sec.login.weblogic.jar” \
2. Restart Remote Services.
Windows
1. If Remote Services is configured to run as a service, then edit the
SAS-config-dir\Lev1\Web\Applications\RemoteServices\wrapper.conf configuration
file. The resulting property should resemble this example:
wrapper.java.additional.3=-Dsas.app.class.path="C:\SAS\Config\Lev1\
Web\Applications\RemoteServices; wl_home\server\lib\
wls-api.jar;C:\SAS\Config\Lev1\Web\SASDomain\webauth\
sas.svc.sec.login.weblogic.jar"
If Remote Services is started from a script, then edit RemoteServices.bat to resemble this example:
-Dsas.app.class.path="%REMOTESERVICESDIR%;wl_home\server\
lib\wls-api.jar;C:\SAS\Config\Lev1\Web\SASDomain\webauth\
sas.svc.sec.login.weblogic.jar"
2. Restart Remote Services.
Comentários a estes Manuais