Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Mapping Jetty to a zip and/or jar file


Yes.

ResourceHandler is a good place to start and it should be able to serve anything that can be accessed via a Resource... and there is a ZIp FileSystem.

cheers



On Fri, 7 Dec 2018 at 02:48, Erich Bremer <erich@xxxxxxxxxxx> wrote:
Is it possible to map an embedded jetty instance to a zip and/or a java jar file using something like  java.nio.file.FileSystem and deliver files to web clients directly from the jar and/or zip file?  - Erich
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users


--

Back to the top