I'm trying to retrieve a WADL for my application that is built using
Jersey 1.2 and from the documentation I've read I should be able to hit
the root URI of my application like so
http://server/RootAPPURI/application.wadl. Locally I have the
application running on Tomcat and when I hit the URI as described prior
all I get is a 404 response. Is there any extra configuration that I
might be missing in order to get the Jersey runtime to generate the
WADL?
Thank you in advance,
Travis