JBoss AS Embedded Console
Oct 27th, 2008 by sharps
I just saw this nice screencast of the new AS console (aka embedded Jopr) – so even if you don’t have time to download and play yourself, you can get a feel for what’s coming.
Musings on the world of software from the sharp end of the long tail
Oct 27th, 2008 by sharps
I just saw this nice screencast of the new AS console (aka embedded Jopr) – so even if you don’t have time to download and play yourself, you can get a feel for what’s coming.
I’m curious if JOPR addresses on of my pet bugbears about the existing JMX Console, which is that it displays the machine’s hostname at the top of the page, rather than the hostname of the bind address. On multihomed machines with multiple JBoss instances, the machine hostname is a useless piece of information.
Hi Kenny,
We do show the bind address of the JBAS instance. To view it, go to the JBossAS resource, which will be the third node from the top in the left navigation tree. On its Summary tab, its Name will contain its bind address, as long as it is something other than the default bind address, e.g.: “MAINFRAME JBossAS 4.2.3.GA default (192.168.17.85:1099)”. Note, the root node of the nav tree represents the machine the JBAS instance is running on. We refer to this node as the platform resource. The Name of the platform resource will be the primary hostname of the machine.
-Ian