Jetty configuration roundup for v3

Tom Zeller tzeller at dragonacea.biz
Thu May 2 14:49:34 EDT 2013


> Can you say more about this? I did a Jetty (8.1.8) configuration
> recently that consolidated parts from the distribution files into a
> single monolithic config that included a fair bit of SSL config (down
> into cipher suites). Maybe it's something new to Jetty 9 or a part I
> didn't touch (e.g. TrustManager).

For a single jetty-shib.xml configuration using the Jetty DSL I did :

<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN"
"http://www.eclipse.org/jetty/configure_9_0.dtd">

<Configure id="sslContextFactory" ...

<Configure id="Server" ...

and Oxygen fatals saying "The markup in the document following the
root element must be well-formed."

The DTD says :

<!--
Configure Element.
This is the root element that specifies the class of object that
can be configured:
    <Configure class="com.acme.MyClass"> ... </Configure>
-->
<!ELEMENT Configure (Arg*,(%CONFIG;)*) >

so I read that as only one <Configure /> element is allowed.


Hopefully I am just plain wrong.


More information about the dev mailing list