The JavaTM Web Services Tutorial
Home
TOC
Index
PREV TOP NEXT
Divider

Setting Up the Registry Server

Before you can use the Java WSDP Registry Server, you must start both Tomcat and the Xindice database. The order in which you start them does not matter.

Go to the <JWSDP_HOME>/bin directory (or place this directory in your PATH).

See Starting Tomcat for information on how to start Tomcat.

To start the Xindice database, use the command

xindice-start       (on a Microsoft Windows system)
 
xindice-start.sh    (on a UNIX system)
 

The command runs in the background. The database may take several seconds to start up.

See Shutting Down Tomcat for information on how to stop Tomcat.

To stop the database, use the command

xindice-stop       (on a Microsoft Windows system)
 
xindice-stop.sh    (on a UNIX system)
 
Divider
Home
TOC
Index
PREV TOP NEXT
Divider

This tutorial contains information on the 1.0 version of the Java Web Services Developer Pack.

All of the material in The Java Web Services Tutorial is copyright-protected and may not be published in other works without express written permission from Sun Microsystems.