Integrating JWSDP Components on the SunTM ONE Application Server, Standard Edition, Evaluation Only Version

You can use the jwsdponsunone script to integrate JavaTM Web Services Developer Pack (Java WSDP) components into the SunTM ONE Application Server 7, Standard Edition, Evaluation Only version.

Make sure that you download the version that includes Sun ONE Studio:

This document explains how to use the script with different targets to do the following:

  1. Set up the S1AS server environment to use the Java WSDP 1.3 components
  2. Start the S1AS administrative server
  3. Start the S1AS server instance
  4. Stop the S1AS server instance
  5. Reverse the changes to the S1AS server

Note: You must have performed a "Typical" installation of Java WSDP (installed all of the components) if you want to use the installation for integration with the S1AS server. If you performed a "Custom" installation, not all of the required JAR files would have been installed. If the jwsdponsunone script cannot locate these JAR files, it will not execute properly and the integration will fail.

You can either execute these instructions by changing to the <JWSDP_HOME>/jwsdp-shared/bin directory or by using the full path of the shell script (jwsdponsunone.sh) or batch file (jwsdponsunone.bat).

Setting up the S1AS Server Environment to use the Java WSDP 1.3 Components

Complete the following steps to set up the S1AS server environment:

  1. Modify the following properties in the <JWSDP_HOME>/jwsdp-shared/bin/s1as.props file:
  2. Note: Perform this step exactly one time; do not repeat the setup step.

    Execute the appropriate target to integrate all the required JAR files into the Sun ONE Application Server and update the CLASSPATH of the server:

        jwsdponsunone.sh <S1AS_HOME>     [UNIX/Linux]
        jwsdponsunone.bat <S1AS_HOME>     [Windows]

    The setup process may take 5 to 10 minutes to complete, depending on your machine. Do not terminate the setup process; wait for it to complete.

    Starting the S1AS Administrative Server

    You need to start the S1AS administrative server to deploy Web applications.

    Execute the appropriate target to start the administrative server:

        jwsdponsunone.sh <S1AS_HOME> startadmin     [UNIX/Linux]
        jwsdponsunone.bat <S1AS_HOME> startadmin     [Windows]

    Starting and Stopping the Sun ONE Application Server

    Starting the Sun ONE Application Server

    Execute the appropriate target to start the Sun ONE Application Server:

        jwsdponsunone.sh <S1AS_HOME> start-s1as     [UNIX/Linux]
        jwsdponsunone.bat <S1AS_HOME> start-s1as     [Windows]

    Wait for the server to start up completely.

    Stopping the Sun ONE Application Server

    Execute the appropriate target to stop the Sun ONE Application Server:

        jwsdponsunone.sh <S1AS_HOME> stop-s1as     [UNIX/Linux]
        jwsdponsunone.bat <S1AS_HOME> stop-s1as     [Windows]

    Wait for the server to shut down completely.

    Reversing Changes to the Sun ONE Application Server

    Execute the appropriate target to back out all of the changes that were made to the S1AS server during the integration of the Java WSDP components:

        jwsdponsunone.sh <S1AS_HOME> revert.s1as.changes     [UNIX/Linux]
        jwsdponsunone.bat <S1AS_HOME> revert.s1as.changes     [Windows]

    Please send feedback on this Java WSDP release to jwsdp-feedback@sun.com.

    Copyright © 2003 Sun Microsystems, Inc. All rights reserved.