Installing the SOAP Sample Application for WebSphere® Application Server Version 7.0
This section describes the procedure for installing the SOAP Sample Application into Version 7.0 of the IBM® WebSphere®
Application Server. It is assumed that you are familiar with application installation and administration for the application server.
Before you begin:
Locate the SOAP Sample Application enterprise archive (EAR) file that is provided with this documentation.
-
If you have installed the IBM WebSphere Application Server Version Feature Pack for Web 2.0 and Mobile,Version 1.1.0, then you can find the EAR file in your installation tree. For example, if you installed the feature pack in
the following location:
Linux and UNIX: /opt/WebSphere/AppServer
|
z/OS mount point: <WAS_HOME>
|
Windows: c:\WebSphere\AppServer
|
Then, you can find the EAR and library files at:
Linux and UNIX: /opt/WebSphere/AppServer/web2mobilefep_1.1/samples/SOAPSample/SoapSample.ear
|
z/OS: <WAS_HOME>/web2mobilefep_1.1/samples/SOAPSample/SoapSample.ear
|
Windows: c:\WebSphere\AppServer\web2mobilefep_1.1\samples\SOAPSample\SoapSample.ear
|
Installation through the administrative console:
-
Log into the administrative console for the application server.
-
Navigate to Applications > New Application in the left menu.
-
Select New Enterprise Application.
-
Browse your file system and select the SoapSample.ear file that you located earlier, and click next.
-
Click Next (Preparing for the application installation. Take the default: fastpath).
-
Click Next. Take the defaults for installation options.
-
Click Next. Take the defaults for map modules to servers.
-
Click Next. Take the defaults for map virtual hosts for Web modules.
-
Review the summary of the installation options.
-
Click Finish.
-
Click Save directly to the master configuration.
-
Naviate to Applications > Application Types > WebSphere enterprise applications.
-
Select the IBM WebSphere Application Server - SOAP Sample Application and click Start.
-
Access the installed application.
Point your Web browser to your application server installation: http://<application server hostname>:<port>/soapsample.
The application server host name and port is specific to your application server installation. An application server default installation
Web container port is 9080. If you are running your browser on the same workstation as your application server installation and have
taken all the default values, then use the following URL:
http://localhost:9080/soapsample.