Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty is unresponsive when using multiple connectors.

Some details on how you are are making the requests, and how you diagnosed an issue, would be helpful.


--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts


On Tue, Oct 15, 2013 at 10:23 AM, Nicholas Lun <nlun@xxxxxx> wrote:
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
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top