Hi, On Wed, Jul 24, 2013 at 6:35 PM, Wesley Hales <[email protected]> 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. _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
