>>I'd like to use the http:8080 port for jetty, with my apache >>redirecting https->http:8080. I couldn't find a way for jetty >>to listen on an http port. Assigning http.port=8080 didn't work. > > I don't think there's an HTTP connector inside the jetty-base example. In jetty-base/etc/jetty.xml, uncomment the HTTP connector, the fourth config node from the top.