C.4. Java Web Services Developer Pack (JWSDP)

C.4.1. Windows Platform

Download jwsdp-1_0_01-windows-i586.exe from the site http://java.sun.com/webservices/downloads/webservicespack.html. Simply invoke the program, and it will set up the JWSDP. Remember to add the following environment variables to point to the JWSDP installation location in Figure C-1, for example.

Figure C-1. Environment Variables Settings for JWSDP
JAVA_HOME=D:\j2se
JWSDP_HOME=D:\Dev\WSDP
PATH=%PATH%;D:\Dev\WSDP

The default TCP port for the embedded TOMCAT server is 8080. If you also need to change to another port (for example, port 8000), you need to modify the server.xml in the %JWSDP_HOME%\conf directory. If you need to use HTTPS, you will also need to make configuration ...

Get J2EE™ Platform Web Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.