Hi,

I'm having an issue running my webapp with Jetty 9.0.6 when I try to have
more than one server connector. I've been using the code here as a
reference:
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/examples/embedded/src/main/java/org/eclipse/jetty/embedded/ManyConnectors.java

A connection to a single port (either http or ssl) works great, but trying
to do both causes issues. Sending a request to any port results in the
browser waiting indefinitely. No exceptions get thrown. I set a break point
in HttpChannel's handle method and it never gets reached. Also, confusingly
the issue seems to be restricted to my local environment as a colleague
tried the same code on their machine without issues. Does anybody have
experience with a similar issue?

Regards,
Nick



--
View this message in context: 
http://jetty.4.x6.nabble.com/Jetty-is-unresponsive-when-using-multiple-connectors-tp4961391.html
Sent from the Jetty User mailing list archive at Nabble.com.
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to