Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] jetty-spdy-proxy.xml doesn't work

Hi all,

I tried to run jetty server with jetty-spdy-proxy.xml configuration.
I am using the latest version of jetty (stable 9.0.0 M2).
It seems that there is no method named *defaultConnectionFactory* in
HTTPSPDYServerConnector class. 
When I run a server, this error occurs:

Caused by: java.lang.NoSuchMethodException: class
org.eclipse.jetty.spdy.server.
http.HTTPSPDYServerConnector.setDefaultConnectionFactory(class
java.lang.Object)

Has anyone tried to run jetty server with jetty-spdy-proxy.xml in 9.0.0 M2
version?

Thank you.





--
View this message in context: http://jetty.4.n6.nabble.com/jetty-spdy-proxy-xml-doesn-t-work-tp4959577.html
Sent from the Jetty User mailing list archive at Nabble.com.


Back to the top