tjake / Solandra

Solandra = Solr + Cassandra
Apache License 2.0
882 stars 150 forks source link

Issue #73: replace occurrences of hard-coded port 8983 with the configure #124

Closed cnauroth closed 13 years ago

cnauroth commented 13 years ago

I'd like to be able to start up Solandra on an alternative port. This is a patch that replaces a few occurrences of a hard-coded port 8983 with a lookup of the solandra.port system property. This addresses issue #73:

https://github.com/tjake/Solandra/issues/73

Thanks, --Chris

cnauroth commented 13 years ago

No problem. The last commit moves the param into solandra.properties.

Thanks, --Chris

tjake commented 13 years ago

thx!