Closed cnauroth closed 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
No problem. The last commit moves the param into solandra.properties.
thx!
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