Re: Starting solr and connecting to it in the same process

2010-02-16 Thread Tim TerlegÄrd
2010/2/17 Chris Hostetter : > : There is something really interesting going on when I try to start > : Solr and then connect to it in the same process. I get a "connection > : refused" error. The code I try to use is found below. If I start solr > : with runtime.exec("java -jar start.jar") it work

Re: Starting solr and connecting to it in the same process

2010-02-16 Thread Chris Hostetter
: There is something really interesting going on when I try to start : Solr and then connect to it in the same process. I get a "connection : refused" error. The code I try to use is found below. If I start solr : with runtime.exec("java -jar start.jar") it works fine to connect to : it afterwards

Starting solr and connecting to it in the same process

2010-02-10 Thread Tim TerlegÄrd
There is something really interesting going on when I try to start Solr and then connect to it in the same process. I get a "connection refused" error. The code I try to use is found below. If I start solr with runtime.exec("java -jar start.jar") it works fine to connect to it afterwards, but if I