dev@glassfish.java.net

How to run OSGi Web Console in GFv3.1

From: Sanjeeb Sahoo <Sahoo_at_Sun.COM>
Date: Thu, 24 Jun 2010 00:02:46 +0530

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