Any chance someone could at least comment on this and let me know definitively that this feature is gone from Jetty 9 (and never to return)?
On Tue, Mar 12, 2013 at 1:17 PM, Craig Ching <[email protected]> wrote: > I'm looking at migrating our configuration from Jetty 7.6.7 to 9.0.0 and > one thing I can't figure out is something we did that is described here: > > > http://docs.codehaus.org/display/JETTY/How+to+serve+webbapp+A+from+portA+and+webapp+B+from+portB > > We would name our connector using something like this: > > <New class="o.e.j.server.nio.SelectChannelConnector"> > <Set name="name">myConnector</Set> > ... > > and then in our web app jetty-web.xml we'd do: > > <Configure class="o.e.j.webapp.WebAppContext> > <Set name="connectorNames" > <Array type="String"> > <Item>myConnector</Item> > </Array> > </Set> > </Configure> > > Am I going to have to rethink this? I'm sure you probably think I > *should*, but do I *have* to, is there an equivalent way of doing this in > 9.0.0? >
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
