This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JBoss and the fly likes JBoss in Action - Admin Interface Question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "JBoss in Action - Admin Interface Question" Watch "JBoss in Action - Admin Interface Question" New topic
Author

JBoss in Action - Admin Interface Question

K DeLucia
Ranch Hand

Joined: Apr 11, 2008
Posts: 68
I'm very new to JBoss (and Tomcat and Java and all that good stuff). I have a question about the administrative interface for JBoss. I was wondering how much of the configuration of JBoss is controlled through the editing of xml/configuration files vs configuration through a gui interface. Things like deployment, undeployment, removing and adding services, etc. Being new to all of this I would find a gui interface more manageable rather than having to work through various configuration files. Is the interface fairly intuitive? Or is there going to be a big learning curve for someone new to the whole Java and JBoss world?
Javid Jamae
Author
Ranch Hand

Joined: May 14, 2008
Posts: 198
There were some previous posts about administrative consoles that you can use (though I personally haven't used them, so I can't vouch for them). But out of the box, most configuration is done through XML files and most deployment activities are done through the file system.


Author: JBoss in Action, javidjamae.com, @javidjamae on Twitter
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5536

Us old timers tend to edit XML config files, but you can use Embedded Jopr, which is the new administration console for JBoss AS. It lets you configure data sources, messages destinations, and deploy and undeploy applications. We cover it in the book in appendix B.


JBoss In Action
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JBoss in Action - Admin Interface Question
 
Similar Threads
Must Know JBoss Administration Vs WebLogic Administration
Connecting to MySql in JBOSS5.1.0.GA
mdb doesn't catch messages in point2point
specifying dtd or xsd is very important in jboss configuration files?
Where to put application specific configuration files?