To change the telnet console's configuration, find the
server.config
file in the
SERVER_HOME/config
directory and edit the 'enabled' and 'port' entries in the 'osgiConsole' section. By default the console is enabled
and listens on port 2401:
"osgiConsole" : { "enabled" : true, "port" : 2401 }