Chapter 3Installation
This chapter explains how to install the SOAP with Attachments API for Java TCK 1.3 (SAAJ TCK)
software. After installing the software according to the instructions in this
chapter, proceed to Chapter 4 for
instructions on configuring your test environment.
3.1 Obtaining the SAAJ 1.3 Reference
Implementation
You can obtain the Sun Microsystems SAAJ Reference
Implementation (RI), Version 1.3 software from the Java Community Process web
site. Sun's SAAJ RI software is not necessary for running
the SAAJ TCK, but it can be useful as a test base for familiarizing
yourself with the TCK before testing your own SAAJ implementation.
3.2 Installing the Software
Before you can run the SAAJ TCK tests, you must install and set
up the following software components:
To install the SAAJ software
Install the Java SE 5 software, if it is not already installed. Download and install the Java SE 5 software from the Java Software Web
site. Refer to the installation instructions that accompany the software for
additional information.
Install the Apache Tomcat 5.5.x server software,
if it is not already installed. Download and install the latest
version of Tomcat from Apache.org. Refer to the installation instructions that accompany the software
for additional information.
Install the SAAJ TCK 1.3 software. Copy or download the SAAJ TCK software to your local system. You can obtain the SAAJ TCK software from the Java Partner Engineering Web
site. The SAAJ TCK software is located in the OPTPKG-XML/saaj directory
in the Web site's Download Center area.
Change to the directory in which you want to install the SAAJ TCK software: cd <install_directory>
Use the unzip command to extract the bundle: unzip saaj-1_3-tck.zip
This
creates the saajtck directory. The <install_directory>/saajtck directory is the test suite home, TS_HOME.
Install the SAAJ implementation to be tested. Before testing your own SAAJ implementation, it is
recommended that you run the SAAJ TCK against the Sun Microsystems SAAJ RI
to familiarize yourself with the SAAJ TCK suite and JavaTest software.
See Obtaining the SAAJ 1.3 Reference
Implementation for more information
|