This is a known problem since the 15th. https://issues.apache.org/jira/browse/SOLR-1427
-Yonik http://www.lucidimagination.com On Sun, Sep 20, 2009 at 10:27 AM, Insight 49, LLC <insigh...@gmail.com> wrote: > We're trying to get the new 1.4 /replication rh to work, but when we add the > following to our master solrconfig.xml, and start tomcat, the boot-up > process stalls. > > <requestHandler name="/replication" class="solr.ReplicationHandler"> > <lst name="master"> > <str name="replicateAfter">optimize</str> > <str name="backupAfter">optimize</str> > <str > name="confFiles">solrconfig_slave.xml:solrconfig.xml,stopwords.txt</str> > </lst> > </requestHandler> > > If we comment out the section, tomcat starts fine. > > We're using the current 1.4 nightly download. > > Dan > > >