The JavaTM Web Services Tutorial
Home
TOC
PREV TOP NEXT

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 bin directory of your Java WSDP installation (or place this directory in your PATH).

To start Tomcat, use the command

startup       (on a Microsoft Windows system)
 
startup.sh    (on a UNIX system)
 

To start the Xindice database, use the command

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

Both commands run in the background. The database may take several seconds to start up; Tomcat takes longer.

To stop Tomcat, use the command

shutdown       (on a Microsoft Windows system)
 
shutdown.sh    (on a UNIX system)
 

To stop the database, use the command

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