Is it possible to get a list of all available servlets in an app?
I'm writing a web application that will expose a lot of servlets and I want to use HttpUnit to test each one to see if it is returning (or not!).
As lot of it will return a simple XML response, it would be really helpful not to write a test case for each one, only verify that it is working (a database change has not stopped this servlet to work, for example).