|
From: Weinan Li <l.w...@gm...> - 2014-05-21 11:08:53
|
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 On Thursday, May 15, 2014 at 12:16 AM, Heiko W.Rupp wrote: > 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 (http://web.xml) > > Can I somehow say > > /* , but not /foo/* should be handled by RestEasy, while > /foo/* should be served as normal content (.html, .js, .css etc.).? > > > Thanks > Heiko > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. > Get unparalleled scalability from the best Selenium testing platform available > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Resteasy-users mailing list > Res...@li... (mailto:Res...@li...) > https://lists.sourceforge.net/lists/listinfo/resteasy-users |