Change port 9999

Hi,

I have seen documentation on how to change ports here:
http://developer.couchbase.com/documentation/server/4.1/install/user-defined-ports.html

but unfortunately, this does not cover port 9999. How can I change this port?

Thanks,
Jeff

Hello, same problem here, did you find a solution ?

Same problem here too, i’m trying use CB and jboss and i dont wanna change the jboss port.
There is a way to change this port?

Hello, same problem here, did you find a solution ?

@xavier_gainon,

9999 is the projector port. Adding the following line {projector_port, 12345}. to /opt/couchbase/etc/couchbase/static_config changed the projector port from 9999 to 12345 (I tried this on 6.0.1 version). You can refer to https://docs.couchbase.com/server/current/install/install-ports.html#custom-port-mapping for more details on custom port mapping

Not sure if this is officially supported though.

Thanks,
Varun