My configuration (web xml):
I have an application class INewsApplication that has the resources set as: <br />
My context configurations are as defined above; they get loaded properly during deployment to
JBoss. However when I run the client
test case (using JAX RS libraries); which is as follows:
I get a 404; Is there anything fundamental that I might be missing?
Would appreciate anyone's help/suggestions on this ...