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 is ResourceCollection limited to just directories?  The API certainly supports collections of Resources, so why can you not collect JarResources?

Have you tried?  If you get an error, make a reproducible test case and Open a Bugzilla
cheers

On 3 February 2015 at 19:35, 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



--
Greg Wilkins <gregw@xxxxxxxxxxx>  @  Webtide - an Intalio subsidiary
http://eclipse.org/jetty HTTP, SPDY, Websocket server and client that scales
http://www.webtide.com  advice and support for jetty and cometd.

Back to the top