When you install SAS Foundation Services, a master
wrapper.conf
file is created in your SASHOME directory.
Additional application-specific
wrapper.conf
files are created for any programs that use the Java Service Wrapper.
In most cases, you can
use the default
wrapper.conf
files without
making any changes. Instead, you can use command-line arguments in
the executable scripts to override the configuration settings. The
wrapper.conf
file contains the following configuration
directives:
specifies the fully
qualified path to java.exe.
specifies the name
of the class that will be instantiated by wrapper.exe. This class
must contain a main method and must implement WrapperListener. In
the sample configuration file wrapper.conf, this directive specifies
a class called com.sas.services.deployment.servicewrapper.ServiceWrapperImpl
, which is provided with SAS Foundation Services. When this class
is instantiated by wrapper.exe, it registers itself as an event listener
and takes action whenever the native wrapper signals an event. For
more information, see the class documentation at http://support.sas.com/rnd/javadoc/93
.
specifies the location
of the java archives that you want to load.
specifies the metadata
source configuration file, which specifies the location of the deployment
configuration for remote foundation services.
wrapper.java.library.path
specifies the location
of the wrapper.dll or wrapper.so file.
wrapper.java.additional.1
specifies additional
java parameters.