Skip to content

Instantly share code, notes, and snippets.

@jverweijL
Last active August 8, 2019 09:52
Show Gist options
  • Save jverweijL/8e1dd73759bf6f61439c5f9f195b6e3f to your computer and use it in GitHub Desktop.
Save jverweijL/8e1dd73759bf6f61439c5f9f195b6e3f to your computer and use it in GitHub Desktop.

Howto install apache felix web console on liferay dxp 7.2

First locate the url for the webconsole jar-file at https://felix.apache.org/downloads.cgi

In this example I use the following:

http://apache.mirror.triple-it.nl//felix/org.apache.felix.webconsole-4.3.12-all.jar

Now, head over to your gogo shell (web|telnet|blade sh)

Run install http://apache.mirror.triple-it.nl//felix/org.apache.felix.webconsole-4.3.12-all.jar
Run diag [BUNDLE_ID]
If all is fine run start [BUNDLE_ID]

Now open a browser window and goto http[s]://[YOUR_HOST]:[YOUR_PORT]/o/system/console
Login with the default user/pw admin/admin
In case you want to change the default user/pw check out https://felix.apache.org/documentation/subprojects/apache-felix-web-console.html#configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment