I cant connect gogo shell through terminal in liferay 7.1?

3.2k Views Asked by At

I cant able to connect gogo shell using following command in linux telnet localhost 11311

face error telnet: Unable to connect to remote host: Connection refused

1

There are 1 best solutions below

1
On

As you have discovered, Gogo Shell is no longer enabled through telnet by default. The documentation says

Note: You can also interact with Liferay Portal’s module framework via a local telnet session. To do this, you must have Developer Mode enabled.

And if you look at portal-developer.properties, the key configuration line (that you could just add to your portal-ext.properties file) is

module.framework.properties.osgi.console=localhost:11311

Or, alternatively, use the Gogo Shell portlet that you can now find in Control Panel - there it's active by default, with no additional configuration option required.