• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JBoss admin console

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there any JBoss administration tool or GUI console available? Also, I wonder if JBoss provides any APIs for building such tools. Thanks.
-Jack
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The default URL for the console web aplication is http://localhost:8080/jmx-console/, but you can try the other console in http://localhost:8080/web-console/ .
regards
Carlos Balthazar
 
Jack
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Carlos Balthazar:
The default URL for the console web aplication is http://localhost:8080/jmx-console/, but you can try the other console in http://localhost:8080/web-console/ .
regards
Carlos Balthazar


Thanks for the reply.
The jmx-console is a JMX agent view console. I tried to run the web-console (installed with JBoss 3.2.2), but it only displayed a flat page with some data about the JVM and host machine. The console I'm looking for is an administration console by which you can deploy/redeploy/undeploy applications, create a data connection, configure a data source, manage EJBs, etc. (sort of like the Weblogic Administration console). Do you have any info about this type of console for JBoss? Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic