Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Upgrading from 8.1.8 to 9.1.0

On 07/10/2013 18:38, Lothar Kimmeringer wrote:
Am 07.10.2013 17:03, schrieb John English:
Obviously many things have changed since 8.1.8. It seems that
each major release involves me in a complete rewrite of all my
configuration files.

Welcome to my world ;-)

Glad I'm not alone here... :-)

The relevant parts can be found in the files jetty-https.xml and
jetty-ssl.xml. You can replace your addConnector-part with the
one in jetty-https.xml. My testcase here sets up everything in
code, so I can't come up with an XML-fragment, but I was setting
up the code according to the XML and it works.

Thanks, I'll have a play with that.

This change already exists in Jetty 9.0.x (which I currently use
as base for my Jetty-migration). Be advised that there are still
open bugs in the SSL-Connector - I submitted the one at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=412983
There were changes already (as I said I test with 9.0.x) and the
single reported effect doesn't show up anymore, but there are
still issues with the (complete) testcase here. As well the bug-
owner doesn't seem to see this issue be fixed completely since
there is no new status on the ticket.

In which case I'll try and get my v9 config working with the aid of your hints, but I won't bust a gut working towards upgrading the live system until things mature a little more. (By which time there'll probably be a v10 coming out with yet another completely different interface... oh well.)

Many thanks,
--
John English


Back to the top