HOWTO: Install Java Web Services Developer Pack 2.0 on Linux
(TEST Environment)




In order to install the JWSDP 2.0, you must have downloaded the free Sun Java System Application Server Platform Edition 8.2 from Sun's website, and installed it as documented in this installation check-list. StrongKey makes the assumption that the product is installed in /usr/local/sjsas82/jwsdp-2.0. You can, however, install it anywhere you wish. The documentation will refer tot the installed location as $JWSDP_HOME.

Make sure that JAVA_HOME is in your environment, pointing to the location of the JDK. If it is not, then you need to specify the -is:javahome parameter with the path to the JDK directory.


1

Download the installation file jwsdp-2_0-unix.sh from Sun's website into a temporaty location.

2

Execute the installation file using

./jwsdp-2_0-unix.sh

or

./jwsdp-2_0-unix.sh -is:javahome /usr/local/jdk1.5.0_07



This should bring up a graphical installation wizard. If the file is not executable, change its mode using the following;



chmod 755 jwsdp-2_0-unix.sh

3

Click Next on the Welcome to the InstallSheild Wizard.

4

Select the Approve button on the SOFTWARE LICENSE AGREEMENT page.



Click Next to continue.

5

Select a Java(TM) 2 Platform, Standard Edition Development Kit (JDK). The installer will list any available JDK version. If not, then Browse to specify the location of the JDK5 directory.



Click Next to continue.

6

Select an (Application Server) Web Container by clicking the Browse button and locating the directory where you installed the Sun Java System Application Server PE 8.2 in the previous section.



It should be installed under /usr/local/sjsas82 if you chose our recommended location.



Click Next to continue.

7

Type in /usr/local/sjsas82/jwsdp-2.0/ for the installation directory for JWSDP2.0



Click Next to continue.

8

Select Typical to install the default configuration. (It should be already selected.)



Click Next to continue.

9

Click Next again to skip the HTTP Proxy Information.

10

Type in the user-name and password of the SJSAS administrator in the admin name and password fields for SJSAS82.



Click Next to continue.

11

Click Next to start the extraction of the JWSDP2.0.

12

The Wizard should indicate that JWSDP was installed successfully.



Click Next to continue.

13

Read the information from Please read the information below page.



Click Next to continue.

14

If you wish, you may register the JWSDP with Sun in the next panel.



Click Finish to complete the installation.

15

You have now successfully installed JWSDP.