How to run Management Web Console via Maven

11 views
Skip to first unread message

faiza.sam...@gmail.com

unread,
Mar 24, 2014, 6:19:28 AM3/24/14
to brookly...@googlegroups.com
Hi All,

I have cloned brooklyn on my ubuntu, done with clean install -Dskiptests, brookkyn running on my local host. (followed below link)
http://brooklyncentral.github.io/v/0.6.0-SNAPSHOT/use/guide/management/index.html

I am new to maven so I am not getting it that how to launch Management Web Console (Dashboard and Detailed view) using brooklynlauncher.launch.
i complied and packaged @ ~/brooklyn/usage/launcher, where the pom.xml is present.
Can you please tell me what to do next to see that web console?

Regards,
Faiza

Richard Downer

unread,
Mar 24, 2014, 6:29:48 AM3/24/14
to brookly...@googlegroups.com
Hi Faiza,

To do this needs two steps - first build, and second run.

You need a slightly different Maven command:

maven clean install -DskipTest -DUsage

The "-DUsage" part tells it to build the projects in the "usage" folder - this includes the command line launcher.

Once built:

cd usage/dist/target/brooklyn-dist
./bin/brooklyn launch

After a few seconds, it should print the URL of the management console - probably http://localhost:8081/ - and you can go to the URL and see the console.

If you can't get it to work, then copy-and-paste the console output to http://pastie.org/ and share the link with us, and we'll see if we can figure it out.

Richard.





--
You received this message because you are subscribed to the Google Groups "brooklyn-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brooklyn-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Richard Downer • Principal Engineer • Cloudsoft Corporation • http://www.cloudsoftcorp.com
GitHub richardcloudsoft • Twitter @FrontierTown

faiza.sam...@gmail.com

unread,
Mar 24, 2014, 7:04:12 AM3/24/14
to brookly...@googlegroups.com
Thanks a lot Richard,

it is running with 2 default examples web cluster and web fabric.
Can you please tell me how would I get the interface in which there are 2 views, Dashboard and Detailed, similar to one shown on the link which i sent before?

Regards,
Faiza

Richard Downer

unread,
Mar 24, 2014, 7:09:42 AM3/24/14
to brookly...@googlegroups.com
Hi,

Seems that the screenshots on the documentation page are way out of date - the web UI has been completely replaced since those screenshots were taken!

You can get a similar view by clicking on the "Applications" tab. Then, where you see your application name, hover over the small arrow, and select 'expand all' - you should then be able to view every entity in the application, and use the tabs to the right to see different aspects of the entity.

Richard.

faiza.sam...@gmail.com

unread,
Mar 24, 2014, 7:19:56 AM3/24/14
to brookly...@googlegroups.com
Thanks Richard,

I have seen all these, I was just not sure if I am getting new UI.

Thank you.

Richard Downer

unread,
Mar 24, 2014, 7:21:51 AM3/24/14
to brookly...@googlegroups.com
Faiza,

The new UI looks like the first screenshot here:

Richard.
Reply all
Reply to author
Forward
0 new messages