I have two applications that seem to have port 9091 fixed, Torch Torents and Couchbase server.
Can I configure Couchbase on a port other than 9091?
I have two applications that seem to have port 9091 fixed, Torch Torents and Couchbase server.
Can I configure Couchbase on a port other than 9091?
Hello,
The port 9091 is not one of the Couchbase ports, you can see the list of Couchbase default ports here:
http://docs.couchbase.com/couchbase-manual-2.2/#network-ports
Regards
Tug
@tgrall
Ok you got me, I mistyped 8091, the question remains the same, can we change that to another port given we have another application already using that port.
Hi!
Try google:// on this forum first
./couchbase-cli cluster-init -c localhost:8091 -u Administrator -p password --cluster-init-port=9090
Loolek