The more up-to-date documentation page is here: http://wiki.eclipse.org/Jetty/Howto/Configure_mod_proxy
However, they're probably not that much different. Download the sources of jetty and take a look at the classes that implement the Connector interface. You probably want to extend the SelectChannelConnector.java class. Here's info on where to get the source from git: http://wiki.eclipse.org/Jetty/Contributor/Building Or you can download one of the handy aggregate bundles and matching sources, eg: http://repo1.maven.org/maven2/org/eclipse/jetty/aggregate/jetty-all/7.6.0.RC3/ Jan On 8 January 2012 05:34, plot.lost <[email protected]> wrote: > I'm looking at more information on how to do this - I've seen the following > page: > > http://irc.codehaus.org/display/JETTY/Configuring+mod_proxy > > where it says: > > You can do that by extending the Connector class of your choice, eg the > SelectChannelConnector, and implement the customize(EndPoint, Request) > method to force the scheme of the Request to be https like so ( don't forget > to call super.customize(endpoint,request)! > > > but can someone explain to a complete newbie exactly how this is done, i.e. > what files need to be edited etc. > > This is actually for running an instance of mifos (supplied as a .war file) > via an existing apache https system, using mod proxy as the connection > method (ProxyPreserveHost On has been set) > > Thanks. > > > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users > _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
