Published on WSO2 Oxygen Tank (http://wso2.org)

Running WSO2 WSAS on an IBM WebSphere Application Server

By upulg
Created 2007-10-18 04:13

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

http://wso2.org/wsas [1]
  • Unzip the distribution into a temporary directory.
    e.g. C:\install\wso2wsas-SNAPSHOT
  • Open a command prompt and go to the WSAS distribution bin directory
    e.g. C:\>cd C:\install\wso2wsas-SNAPSHOT\bin
  • Run install.bat batch file.
    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]
  • The port number should be replaced with the one shown for the HTTPS transport port in the profile creation tool.
  • Now we can log in with the default administrator account.
  • 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


    Source URL:
    http://wso2.org/library/2735