NonStop SOAP 4.1 User's Manual

=== Press ENTER to deploy NonStop SOAP 4 at the deployment location and install the echo
sample service.
If web server's location is provided in earlier steps, The following message appears:
=== Do you want to restart the iTP Webserver now? (y/n)
Provide your option Y/N. If 'Y' is provided, this will restart the iTP Web server under which
the current SOAP server is deployed.
The following message appears:
=== Press ENTER to return to the main menu
10. After NonStop SOAP is deployed and the echo sample service is installed, select a task from
the following options:
Select option 2 for “Deploying the empdb Service (page 44)
Select option 3 for “Deploying the adminserver Service (page 50)
Select option 4 to Quit
NOTE: For the complete list of folders and files, see “Install Files and Folders” (page 308).
Modifying the local.config file
If you have not specified the location of your iTP WebServer deployment during the execution of
the SOAP 4 deployment script, then you must manually edit the local.config file in your iTP
WebServer's conf directory according to the following instructions:
Copy the following lines of code from the deploy_instructions file (created in <NonStop
SOAP Deployment Directory>) and append it to the local.config file (in the <iTP
WebServer Deployment Directory>/conf directory):
#### Begin (lines to be added to iTP WebServer's local.config file) ####
if { [file exists <NonStop SOAP 4 deployment directory>/itp_axis2.config] } {
source <NonStop SOAP deployment directory>/itp_axis2.config
}
#### End (lines to be added to iTP WebServer's local.config file) ####
For example:
#### Begin (lines to be added to iTP WebServer's local.config file) ####
if { [file exists /home/usr/my_nssoap/itp_axis2.config] } {
source /home/usr/my_nssoap/itp_axis2.config
}
#### End (lines to be added to iTP WebServer's local.config file) ####
where,
/home/usr/my_nssoap
is the <NonStop SOAP 4 Deployment Directory>.
Setting Up NonStop SOAP on a NonStop System 41