Reputation: 879
We're looking to use SolrCloud with separate ZooKeeper instances but need some advice. Our situation is - multiple collections, each with multiple shard's running on Ubuntu 13, Solr 4.7.0, separate ZooKeeper 3.4.5, OpenJDK 7 in AWS
Cheers
Upvotes: 1
Views: 3656
Reputation: 879
Agreed that Jetty is the right way to go, but ended up going with the below style solution:
Upvotes: 2
Reputation: 15771
I would recommend Jetty. As this is what comes bundled, that is what use most commiters and all the testing suite, so it is generally recommended.
You can easily set it up as a service, I have used at least two methods in the past:
Upvotes: 2