You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Dain Sundstrom <da...@coredevelopers.net> on 2003/09/18 07:12:48 UTC

Web console

I just checked in the initial revision of the web-based console from N. 
Alex Rupp.  It is currently only has a read-only view of the 
JMX-server, but I doubt write operations will not be far behind.  Then 
we get into the interesting stuff a bit higher level the MBeans.

If you want to take a look, update your code, rebuild, and "run:main".  
Once the server starts point your browser at 
http://localhost:8080/console/

Good work!

-dain

/*************************
  * Dain Sundstrom
  * Partner
  * Core Developers Network
  *************************/


Re: Web console

Posted by Hiram Chirino <hi...@coredevelopers.net>.
For anybody who gets an error while bringing up the console, you can fix
it by copying your j2sdk1.4.xxx/lib/tools.jar to
incubator-geronimo/target/geronimo-DEV/deploy/jetty/lib

Just so that the JSPs can compile.  A while back I had integrated
Eclipse's java compiler with Jasper so that you could ship with an
embeded compiler.  Would there be any interest of using that in
Geronimo?  Is CPL used by eclipse compatible with the ASL?

Regards,
Hiram

On Thu, 2003-09-18 at 01:19, Dain Sundstrom wrote:
> oops it is http://localhost:8080/jmx-console/
> 
> -dain
> 
> On Thursday, September 18, 2003, at 12:12 AM, Dain Sundstrom wrote:
> 
> > I just checked in the initial revision of the web-based console from 
> > N. Alex Rupp.  It is currently only has a read-only view of the 
> > JMX-server, but I doubt write operations will not be far behind.  Then 
> > we get into the interesting stuff a bit higher level the MBeans.
> >
> > If you want to take a look, update your code, rebuild, and "run:main". 
> >  Once the server starts point your browser at 
> > http://localhost:8080/console/
> >
> > Good work!
> >
> > -dain
> >
> > /*************************
> >  * Dain Sundstrom
> >  * Partner
> >  * Core Developers Network
> >  *************************/
-- 
/**************************
  * Hiram Chirino
  * Partner
  * Core Developers Network
  **************************/


Re: Web console

Posted by Dain Sundstrom <da...@coredevelopers.net>.
oops it is http://localhost:8080/jmx-console/

-dain

On Thursday, September 18, 2003, at 12:12 AM, Dain Sundstrom wrote:

> I just checked in the initial revision of the web-based console from 
> N. Alex Rupp.  It is currently only has a read-only view of the 
> JMX-server, but I doubt write operations will not be far behind.  Then 
> we get into the interesting stuff a bit higher level the MBeans.
>
> If you want to take a look, update your code, rebuild, and "run:main". 
>  Once the server starts point your browser at 
> http://localhost:8080/console/
>
> Good work!
>
> -dain
>
> /*************************
>  * Dain Sundstrom
>  * Partner
>  * Core Developers Network
>  *************************/