Installing the SOAP Sample Application for WebSphere® Application Server Community Edition Version 2.X
This section describes the procedure for installing the SOAP Sample Application into Version 2.X of the IBM® WebSphere®
Application Server Community Edition. 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 where you installed the Feature Pack. For example,
if you installed the feature pack in the following location:
Linux and UNIX: /opt/WebSphere/AppServerCommunityEdition
|
Windows: c:\WebSphere\AppServerCommunityEdition
|
Then, you can find the EAR and library files at:
Linux and UNIX: /opt/WebSphere/AppServerCommunityEdition/SOAPSample/samples/SoapSample.ear
|
Windows: c:\WebSphere\AppServerCommunityEdition\SOAPSample\samples\SoapSample.ear
|
Installation through the administrative console:
-
Log into the administrative console for the application server.
-
Click Applications > Deploy New in the left menu.
-
Browse your file system and select the SoapSample.ear file that you located earlieras the archive. Leave the Deployment plan blank and the default options selected then click Install.
-
The application auto-starts, so installation is complete.
-
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. The WebSphere Application Server Community Edition
server default installation Web container port is 8080. 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:8080/soapsample.