Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Adding npn-boot to the bootclasspath using Maven

Hi all,

I'm trying to use SPDY in Jetty 9 and I understand that I am supposed to add
npn-boot to the bootclasspath when I start the server like this: java
-Xbootclasspath/p:<path_to_npn_boot_jar> 

However, I'm trying to do this in a maven project and cannot for the life of
me figure out how to specify this using the exec-maven-plugin. Does anybody
have experience running embedded jetty inside a maven project that uses
SPDY?

Regards,
Nick



--
View this message in context: http://jetty.4.x6.nabble.com/Adding-npn-boot-to-the-bootclasspath-using-Maven-tp4961263.html
Sent from the Jetty User mailing list archive at Nabble.com.


Back to the top