On 7/17/2014 12:56 PM, SWP wrote: > Trying to get replication working with embedded Solr (4.4.0) running in a > Tomcat6 container with the below master & slave configuration ->
If you are using EmbeddedSolrServer, regardless of whether that code is running in Tomcat or not, there is no HTTP access to the Solr server. You must have Tomcat extract and run the solr war for normal access via HTTP. Or even better, use the Jetty that's included in the example instead of Tomcat. Thanks, Shawn