The JavaTM Web Services Tutorial
Home
TOC
PREV TOP NEXT

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.

Home
TOC
PREV TOP NEXT