Hi, On Wed, Jan 6, 2016 at 6:43 PM, Ross Sargant <[email protected]> wrote: > Hi, > I have Jetty launching a web application from which I'd like to use the > Jetty HttpClient in some background jobs started by the web app. > > I have activated the "client" module in my start.ini. I have used > --list-classpath to > confirm the presence of jetty-client-9.2.14.v20151106.jar in the classpath > built by start.jar.
You should not do this. The client module is for use of other server modules such as the proxy module, not for use within webapps. You just need to put the jetty-client jar and its dependencies in your webapp's WEB-INF/lib and it's done. -- Simone Bordet ---- http://cometd.org http://webtide.com Developer advice, training, services and support from the Jetty & CometD experts. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
