FAQ
History
PreviousHomeNext Search
Feedback
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 
Divider
FAQ
History
PreviousHomeNext Search
Feedback
Divider

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.