|
From: Heiko W.R. <hr...@re...> - 2014-05-14 16:16:45
|
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 (.html, .js, .css etc.).?
Thanks
Heiko
|