Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] NPN for JRE 1.7.0_51 with 9.1.1.v20140108

Thanks :-)


On 17 January 2014 08:49, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
Hi,

On Fri, Jan 17, 2014 at 8:13 AM, Peter Ondruška
<peter.ondruska+jetty@xxxxxxxx> wrote:
> Hello,
>
> I just updated my OSX JRE to 1.7.0_51 and with Jetty 9.1.1.v20140108 I get
> this:
>
> java.io.IOException: Cannot read file: modules/npn/npn-1.7.0_51.mod
>         at org.eclipse.jetty.start.Modules.registerModule(Modules.java:405)
>         at org.eclipse.jetty.start.Modules.registerAll(Modules.java:395)
>         at org.eclipse.jetty.start.Main.processCommandLine(Main.java:561)
>         at org.eclipse.jetty.start.Main.main(Main.java:102)
>
> I have just renamed modules/npn/npn-1.7.0_45.mod to
> modules/npn/npn-1.7.0_51.mod because I do not need NPN/SPDY/... I just run
> this:
>
> java -jar ../jetty/start.jar --module=server,http,ext,client,deploy
> jetty.host=localhost
>
> Can this be considered as solution to my problem? :-)

Yes.

For reference, see
http://www.eclipse.org/jetty/documentation/current/npn-chapter.html#npn-versions.

NPN 1.1.6 is compatible with 7u51.

--
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top