Hello:
I have modified the ManyConnectors.java example to include a call
to setHost. In particular I do:
ServerConnector http = new ServerConnector(server,
new HttpConnectionFactory(http_config));
http.setPort(8080);
http.setHost("aaa.bbb.ccc");
http.setIdleTimeout(30000);
When setHost is included the application hangs. By hang I mean when I try
to access the URL http://aaa.bbb.ccc:8080/index.html the embedded jetty
application does not respond. If I comment out the call to setHost
everything works as expected. Can someone offer some guidance on this?
thank you,
west suhanic
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users