Hi all, I'm trying to get the Solr example running in a checkout of trunk (r1327775), but it seems to be broken - jetty starts up, but doesn't load the Solr webapp.
solr/example$ ant resolve solr/example$ java -jar start.jar & 2012-04-19 17:01:00.028:INFO:oejs.Server:jetty-8.1.2.v20120308 2012-04-19 17:01:00.043:INFO:oejdp.ScanningAppProvider:Deployment monitor /Users/woody/projects/lucene-solr/solr/example/webapps at interval 0 2012-04-19 17:01:00.062:INFO:oejs.AbstractConnector:Started [email protected]:8983 solr/example$ curl localhost:8983/solr/admin <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 404 Not Found</title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing /solr/admin. Reason: <pre> Not Found</pre></p> <hr /><i><small>Powered by Jetty://</small></i> </body> </html> I can't find anything in etc/jetty.xml that tells it how to load Solr either - possibly I'm just misunderstanding something here. Any ideas? Thanks, Alan Woodward --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
