druid/server
cheddar cc632cdb30 Make Jetty Server lazy
JettyServerModule had been eagerly instantiating the Server object, which was causing things that didn't care about an HTTP interface to all of a sudden require host and port parameters.  The change makes the JettyServerModule only setup the bindings without eagerly instantiating the Jetty Server.  Each cli needs to register the Server class with the Lifecycle in order to make it actually get used.
2013-09-23 16:02:24 -05:00
..
src Make Jetty Server lazy 2013-09-23 16:02:24 -05:00
pom.xml Fix issues with bindings and handling extensions 2013-09-20 17:45:01 -05:00