Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Help with SPDY on embedded Jetty

Hi,

On Wed, Jul 24, 2013 at 6:35 PM, Wesley Hales <wesleyhales@xxxxxxxxx> wrote:
> ok, did the upgrade - still same problem. I guess the main question I have
> is this: Is there a way to load npn-boot-1.1.5.v20130313.jar into jetty
> system bootloader while starting in an embedded environment.
> I'm not starting jetty from the command line with "java -Xbootclasspath..."
> so I need another way of passing this jar to the bootloader before calling
> server.start()

There is no other way. The npn-boot jar *must* be in the bootclasspath
of the JVM you run your code in.

-- 
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.


Back to the top