In solr 3x, the velocity response writer was added to the example config. Unfortunately, this breaks the ability to move the "example" server somewhere else and have it work.
Here are some options to fix this off the top of my head: a) comment out velocity / move it out of the example b) move the needed velocity jars inside the solr war or the example lib c) make a missing response writer not a critical error d) implement lazy response writers like we do lazy request handlers so that there is only an error if use is attempted Thoughts? -Yonik http://www.lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org