1. Can you explain how to use static-resources-list?
2. That's uncomfortable to have an extension of javax.ws.rs.core.Application
because resources doesn't register automatically.
3. This web.xml not work for me:
    <servlet>
        <servlet-name>javax.ws.rs.core.Application</servlet-name>
    </servlet>
    <servlet-mapping>
        <servlet-name>javax.ws.rs.core.Application</servlet-name>
        <url-pattern>/rest/*</url-pattern>
    </servlet-mapping>




--
View this message in context: 
http://openejb.979440.n4.nabble.com/JAX-RS-overlaps-access-to-static-HTML-tp4667855p4667857.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to