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

Listing Installed and Deployed Web Applications

If you want to list all Web applications currently available on Tomcat you use the Ant list task:

<list url="url" username="username" password="password" />
 

The tutorial example build files contain an Ant list target that invokes the Ant list task.

You can also see list applications by running the Manager Application:

http://<host>:8080/manager/list
 

Finally, you can list the Web applications running on a server with deploytool by selecting the server from the Server list in the left pane.

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.