Skip to main content

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

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? :-)

Thanks

Back to the top