In this tutorial, Upul Godage shows you how to successfully integrate the WSO2 Web Services Application Server with the IBM WebSphere Application Server V6.1.
Applies to
| WSO2 WSAS | 2.1 |
Table of Contents
- Introduction [0]
- Preparing the Environment [0]
- Preparing WSO2 WSAS Distribution [0]
- Creating an IBM WebSphere application server profile [0]
- Application Server Profile Shortcuts [0]
- Starting the IBM WebSphere application server [0]
- Creating the data source [0]
- Adding the keystore [0]
- Adding WSO2 WSAS to IBM WebSphere application server [0]
- Configuring IBM WebSphere application server [0]
- Adding JAR libraries to the Installed Web Application [0]
- Configuring WSO2 WSAS [0]
- Restarting IBM WebSphere application server [0]
- Summary [0]
http://wso2.org/wsas [1]
e.g. C:\install\wso2wsas-SNAPSHOT
e.g. C:\>cd C:\install\wso2wsas-SNAPSHOT\bin
e.g. C:\install\wso2wsas-SNAPSHOT\bin>install.bat
This will start the WSO2 WSAS installer program.
###########################################################
# #
# WSO2 WSAS vSNAPSHOT Installation #
# #
###########################################################
Using Java Home : C:\apps\jdk1.5
Please select your installation mode : [1/2]
1) WSO2 WSAS Servlet Container Installation
2) WSO2 WSAS Eclipse WTP Plugins Installation
:1
We will be installing WSO2 WSAS Servlet Container Installation. Type 1 and press Enter.
Selection: WSO2 WSAS Servlet Container Installation
WSO2 WSAS Home directory is where the WSO2 WSAS database, conf files, logs, and
module & service repository will reside.
Please enter the WSO2 WSAS Home directory [C:\Documents and Settings\Upul Godage\.wso2wsas]: C:\apps\wso2wsas
Installer asks for the WSO2 WSAS home directory. You can either accept the default location in your home directory or select another location. Installer will create the directory if it does not exist.
e.g. C:\apps\wso2wsas
Please select your application server:
1. Tomcat Server
2. JBoss Server
3. Geronimo Server
4. Generic Server
:4
Installer asks for the type of application server that we are going to use to run WSO2 WSAS. For the given application servers, the installer will do the necessary changes automatically without any user involvement. We will select 4. Generic Server for the IBM WebSphere application server.
Installing on Generic Server...
Starting Generic installation...
Please enter your Application Server's WAR file deployment directory : C:\apps\wso2wsas\war
Installer asks for the directory to create the web application archive or WAR file. Installer will prompt and create the directory if it does not exist.
e.g. C:\apps\wso2wsas\war
C:\apps\wso2wsas\war does not exist. Create new directory? (y/n)
Serializing wso2wsas.properties file ...
Creating wso2wsas.properties file...
OK
Creating Web Archive...
OK
Copying "wso2wsas.war" to "C:\apps\wso2wsas\war"
OK
WSO2 WSAS Servlet Edition installation was successful.
Please configure your J2EE app-server configuration files as described in the README.txt file.
clean:
[delete] Deleting directory C:\install\wso2wsas-SNAPSHOT\wso2wsastmp
BUILD SUCCESSFUL
Total time: 0 seconds
Press any key to continue . . .
This will finish preparing the WSO2 WSAS distribution for integrating with the application server.
https://localhost:9444/wso2wsas [2]
username: admin
password: admin
INSTCONFSUCCESS. WSO2 WSAS in IBM WebSphere application server is open for business.
WSO2 WSAS How To Series [3]
Author
Upul Godage, Senior Software Engineer, WSO2 Inc. upul AT wso2 DOT com