NonStop SOAP 4.1 User's Manual

Example 1 A Sample itp_axis2.config Configuration File
#
# i t p _ a x i s 2 . c o n f i g
#
# This file resides in / and contains
# information for the deployment described at /home/usr1/t0865h01
#
# This file was generated by /usr/tandem/nssoap/t0865h01/bin/deploy.sh
########################################################################
# Set environment variables used by this deployment
#
#
# ----------------------------------------------------------------------
# Axis2_DEPLOYMENT_ROOT is the root directory for the
# deployment/operational files for this particular NSSOAP 4 SOAP
# SERVER deployment
set AXIS2_DEPLOYMENT_ROOT /home/usr1/t0865h01
# -------------------------------------------------------------------
# Axis2c is the full pathname of the axis2cgi.pway file
set Axis2c $AXIS2_DEPLOYMENT_ROOT/bin/axis2cgi.pway
####################################################################
#
# Add a Filemap for a "nssoap" region. The URL to this new region
# would be http://www.yourserver.com:port/axis
#
Filemap /axis2c $Axis2c
Filemap /axis2c/client $AXIS2_DEPLOYMENT_ROOT/client
####################################################################
# Force decoding of form encoded data and Query String
# directly into environment variables without user
# intervention.
####################################################################
Region /axis2c/* {
AddCGI AUTOMATIC_FORM_DECODING ON
}
Server $Axis2c {
CWD $AXIS2_DEPLOYMENT_ROOT/bin
Env AXIS2C_HOME=$AXIS2_DEPLOYMENT_ROOT
Env ICU_DATA=/usr/tandem/xml/T0563H01/lib/icu/data/
Env LOG_MODE=2
Priority 160
Numstatic 1
Maxlinks 1
Maxservers 5
set env(HOMETERM) [exec tty]
Stdin $AXIS2_DEPLOYMENT_ROOT/logs/ss_stdin.log
Stdout $AXIS2_DEPLOYMENT_ROOT/logs/ss_stdout.log
Stderr $AXIS2_DEPLOYMENT_ROOT/logs/ss_stderr.log
}
In the itp_axis2.config file sample, the Stdout, Stdin and Stderr parameters define the
filenames for standard output, input streams, and error streams, respectively.
NOTE: NonStop SOAP 4 logs output to the soaperror.log file. If the log level is set to tracing,
then NonStop SOAP 4 logs trace messages to the soaperror.log.trc file.
The itp_axis2.config File 179