SR·Agent Modules
Solaris, HPUX and Linux
csh
% setenv SRHOME path_to_srtransport_directory
% setenv SRBUNDLES $SRHOME/SchemaJDBC.bundle:$SRHOME/SRXML.bundle
sh
% SRHOME=path_to_srtransport_directory
% export SRHOME
% SRBUNDLES=$SRHOME/SchemaJDBC.bundle:$SRHOME/SRXML.bundle
% export SRBUNDLES
SR·Agent supports two types of bundles: ObjectiveC bundles and C++ bundles. Most of Schema's bundles are available in both "flavors".
SR·Agent supports ObjectiveC bundles on NT/WebObjects MacOSX and MacOSX-Server.
SR·Agent supports C++ bundles on Solaris HPUX and Linux.
|