Is there any way by which I can integrate Apache Felix Web Console with Liferay DXP? As DXP and AEM both having OSGi based container. So, I wanted to integrate AEM module into DXP by which we can manage modules by web.
Asked
Active
Viewed 587 times
1 Answers
4
Yes that is possible, Apache Felix Web Console in Liferay DXP server OSGi container.
Idea behind is to integration of Apache Felix Web Console OSGi component on Liferay DXP, because same OSGi component available in AEM for managing OSGi components. So, I wanted to check whether it works with DXP or not? By which developer can manage the components and services with the help of clicks in DXP as well ;)
Step By Step Installation :
- Open GoGo shell
- Hit command
install http://central.maven.org/maven2/org/apache/felix/org.apache.felix.webconsole/4.3.0/org.apache.felix.webconsole-4.3.0.jar
- hit command
lb
--> see the process description - After that you will find the pid of current component what you installed like:
4457 |Installed | 1|Apache Felix Web Management Console (All In One) (4.2.16.all)
here 4457 is yourpid
- Hit command
start 4457
- Hit command
lb
- Now you can see 4457 process has been activated
4457 | Active | 1 | Apache Felix Web Management Console (All In One) (4.2.16.all)
- Hit URL in browser
http://<portalUrl>/o/system/console
here you can see /o/system/console is the URL where you can access the WEB CONSOLE of OSGi component. - Authenticate Popup will come on broswer, provide the default credentials of admin
- username : admin
- password : admin
- After that you will see all the components which are available on your container. Check the below screenshot.

Ashish Dadhich
- 4,737
- 4
- 17
- 25