Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] ResourceCollection with jar files

Why can't you use the features of Servlet 3.0 and its jar based resources found in WEB-INF/lib/{*.jar}!/META-INF/resources/  ?

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts

On Tue, Feb 3, 2015 at 1:35 AM, Cemo <cemalettin.koc@xxxxxxxxx> wrote:
ResourceCollection is limited to used by only directories. I have an use case that I have to use mix of JarResources and Directories. Is there any particular reason for limiting Resources for only Directories? I would be glad that If someone will provide any workaround to create such a Resource Collection.



_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top