Download
FAQ
History
HomeHomeNext API
Search
Feedback
Divider

Listing Installed and Deployed Web Applications

If you want to list all Web applications currently available on Tomcat you use the the manager application list command invoked via 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 in a browser:

http://<host>:8080/manager/list 
Divider
Download
FAQ
History
HomeHomeNext API
Search
Feedback
Divider

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