Re: SOLR example on trunk broken?

2012-04-19 Thread Alan Woodward
Ah, yes, building it first would help, wouldn't it? :-/ Thanks Sami and Ryan. The new UI looks very nice, too! On 19 Apr 2012, at 17:44, Sami Siren wrote: > On Thu, Apr 19, 2012 at 7:13 PM, Alan Woodward > wrote: >> Hi all, >> >> I'm trying to get the Solr example running in a checkout of tr

Re: SOLR example on trunk broken?

2012-04-19 Thread Sami Siren
On Thu, Apr 19, 2012 at 7:13 PM, Alan Woodward wrote: > 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 & d

Re: SOLR example on trunk broken?

2012-04-19 Thread Ryan McKinley
try: http://localhost:8983/solr/ without the /admin path In /trunk since SOLR-3337, /solr/admin should redirect to the new UI $ curl -v http://localhost:8983/solr/admin * About to connect() to localhost port 8983 (#0) * Trying ::1... * connected * Connected to localhost (::1) port 8983 (#0) >

SOLR example on trunk broken?

2012-04-19 Thread Alan Woodward
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-0