If you have a glassfish workspace, then to run OSGi web console, you
need to do the following:
cd $WS/v3
cp
packager/glassfish-osgi-http/target/stage/glassfishv3/glassfish/modules/autostart/osgi-http.jar
packager/glassfish-osgi-admin-console/target/stage/glassfishv3/glassfish/modules/autostart/*.jar
$GLASSFISH_HOME/modules/autostart/
Because of issue#12359, a restart is necessary for the console to be
available in default virtual server.
Open
http://localhost:8080/osgi/system/console/bundles/
Use admin/admin as user name and password.
You can click on individual bundles and explore their dependency graph.
Thanks,
Sahoo