I'm trying to run the example app from the svn source, but it doesn't seem to work. I am able to run : java -jar start.jar and Jetty starts with: INFO::Started SocketConnector@0.0.0.0:8983
But then when I go to my browser and go to this address: http://localhost:8983/solr/ I get a 404 error. What else do I need to do to be able to run the example from source?