Hi all,Say I have an existing instance of org.eclipse.jetty.server.Server, and an existing class that has my JAX-RS annotations, how can I go about 'adding' an instance of that class to my Server object so that incoming requests are dispatched to my instance?
Maarten
