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
: 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
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