After checking out the latest revision did you do a build? I've made that mistake myself a few times: check out the latest revision and then fire up jetty before running "ant example" - could that be it?
-Jay http://www.lucidimagination.com On Fri, Oct 9, 2009 at 1:38 PM, Jason Rutherglen <jason.rutherg...@gmail.com > wrote: > Jay, > > I tried that as well, still nothing. > > When I run: java -Dsolr.solr.home=solr -jar start.jar > I see: > 2009-10-09 13:37:04.887::INFO: Logging to STDERR via > org.mortbay.log.StdErrLog > 2009-10-09 13:37:05.051::INFO: jetty-6.1.3 > 2009-10-09 13:37:05.096::INFO: Started SocketConnector @ 0.0.0.0:8983 > > And http://localhost:8983/solr/admin yields a 404 error. > > On Fri, Oct 9, 2009 at 1:27 PM, Jay Hill <jayallenh...@gmail.com> wrote: > > Shouldn't that be: java -Dsolr.solr.home=multicore -jar start.jar > > > > and then hit url: http://localhost:8983/solr/core0/admin/ or > > http://localhost:8983/solr/core1/admin/ > > > > -Jay > > http://www.lucidimagination.com > > > > On Fri, Oct 9, 2009 at 1:17 PM, Jason Rutherglen < > jason.rutherg...@gmail.com > >> wrote: > > > >> I have a fresh checkout from trunk, "cd example", after running "java > >> -Dsolr.solr.home=core -jar start.jar", > >> http://localhost:8983/solr/admin yields a 404 error. > >> > > >