tjake / Solandra

Solandra = Solr + Cassandra
Apache License 2.0
882 stars 150 forks source link

Running admin app in embedded Jetty #152

Open jasonmk opened 13 years ago

jasonmk commented 13 years ago

Does anyone know a way to run the Solr admin app using the embedded Jetty? I'd like to be able to look directly at my index using that tool for debugging purposes. I have the war file, but without a jetty config file, I'm not sure where to put it or configure it (if that's even possible).

Thanks!