Re: [Resteasy-users] Ignoring a sub-url (when deployed in wfly8) ?

2014-05-21 Thread Weinan Li
Hi Heiko, If you bind @ApplicationPath to ‘/‘, then you will mask all the other paths of JPS pages. Please bind RESTEasy to some specific path, ‘/rest/‘ for example. Here is an example for your reference: https://github.com/wildfly/quickstart/tree/master/kitchensink-jsp -- Weinan Li

[Resteasy-users] Ignoring a sub-url (when deployed in wfly8) ?

2014-05-14 Thread Heiko W.Rupp
Hey, suppose I have my rest-y app running on / in a Wildfly 8 container with jboss-web context-root//context-root and @ApplicationPath(/) and basically an empty web.xml Can I somehow say /* , but not /foo/* should be handled by RestEasy, while /foo/* should be served as normal content