Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Recommended way to run secondary http port in Jetty

>From looking at this doc, we can use another Server or Named Connectors
http://www.eclipse.org/jetty/documentation/current/serving-webapp-from-particular-port.html#alternative

We actually want to run the same webapp for both ports like http://host:4080
and http://host:9999
So, it sounds like adding another Server doesn't work because it will try to
deploy another webapp etc.

Sounds like Named Connectors is another option but doesn't seem to have an
example.

What is the recommended to way to add another http port given this scenario?



--
View this message in context: http://jetty.4.x6.nabble.com/Recommended-way-to-run-secondary-http-port-in-Jetty-tp4963462.html
Sent from the Jetty User mailing list archive at Nabble.com.


Back to the top