JB, something happens even if you do _not_ add that line to the pax web config file. I've added additional static content by just dropping in a jetty.xml file that adds a connector. Is the difference that adding the web.cfg line causes your file to completely replace the default, instead of supplementing it?
I'm on this today because we're trying to establish the answer to the question of what idleTimeout is actually being used. On Wed, Mar 30, 2016 at 12:10 PM, Jean-Baptiste Onofré <[email protected]> wrote: > Correct. > > You can add in etc/org.ops4j.pax.web.cfg: > > org.ops4j.pax.web.config.file=${karaf.base}/etc/jetty.xml > > to provision your own jetty.xml. > > Regards > JB > > > On 03/30/2016 06:07 PM, Benson Margulies wrote: > >> Am I correct that none of the jetty.xml files in the Karaf source tree >> are live in the standard package, and that the config falls back to >> pax-web? >> >> > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com >
