Jetty configuration roundup for v3
Marvin S. Addison
marvin.addison at gmail.com
Thu May 2 15:22:26 EDT 2013
> For a single jetty-shib.xml configuration using the Jetty DSL I did :
> <Configure id="sslContextFactory" ...
> <Configure id="Server" ...
> so I read that as only one<Configure /> element is allowed.
I recall fighting with that same limitation and eventually worked around
it with a single Configure root element. Here's a link to the config I
did that contains sslContextFactory configuration, which hopefully
you'll find helpful.
https://gist.github.com/serac/5504668
M
More information about the dev
mailing list