: If anyone sees some last minute touch-ups that can be done quickly, : let's get them done before the nightly build (7pm EST, 4pm PST)
The only thing i can think of is that the Jetty config for the example install should be cleaned up a little bit. The default page if you go to http://localhost:8983/ is less then inviting, and since the jetty XML config file explicitly tells it there is a is a bogus "/javadoc" webapp the most appealing link on thta page takes you to a 404. I've had the following thoughts rolling arround in the back of my head, but i held of on figuring out how to do any of them because i thought we'd probably wind up scrapping Jetty for tomcat... 1) Either kill the explicit config for the /javadocs webapp, or put the actual lucene/solr javadocs in their 2) configure a default webapp containing a simple "welcome" page that links to the website, the online tutorial, (the javadocs if local), and the local admin page. -Hoss
