NonStop SOAP for Java User's Manual

Using the Administration Tools
NonStop SOAP for Java User’s Manual523860-001
5-26
Enabling Server-Side Tracing
Verify that the rpcrouter servlet has the following init parameter
<init-param>
<param-name>TraceFile</param-name>
<param-value>/usr/tandem/nssoap/T2764V10/soap4java.trc</param-value>
</init-param>
param-name
must be TraceFile.
param-value
is the name (and path) of the user-desired trace file.
By default, tracing is turned off. Verify that the target location of the trace file is
writeable by the servlet process and restart the iTP WebServer to incorporate the
changes made to the web.xml file.