: I don't think Jetty supports hot reload (correct me if I'm wrong). I wasn't even trying to hot reload -- i just wanted a way to specify in the configs (before i start Jetty) that it should include my extra jar in the webapps classpath.
: > suggestions on how to do it cleanly? (ie: without deconstructing : > the war : > and injecting my jar) : : Why not deconstruct the WAR? Here's how I have my development don't get me wrong, i certainly can deconstruct/reconstruct the war -- i was just hoping for something simple that would show off how easy it ease to use custom request handlers in Solr ... but i'm discovering it's not as easy as i'm use to with Resin. -Hoss