[jboss-user] [Beginners Corner] - Re: How to password protect

PeterJ do-not-reply at jboss.com
Wed Jul 19 12:02:28 EDT 2006


For security, see http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch8.chapter.html

Management of JBoss is done by editing XML files.  JBoss is JMX-based (at leats until 5.0 comes out) and all of the MBeans are configured using XML.  To read more about this, look at http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch2.chapter.html.  Also, when you run JBoss, point your browser to http://localhost:8080 and the home page shows.  There is a link to the web console (might work, might not, it has had a few problems lately) and the jmx-console, which provides a generic view of the MBeans on the system.  Warning:  any changes you make via these tools will disappear when you reboot JBoss - the only way to change things permanently is to edit the XML configuration files.

Deploying applications is easy - just copy the war/ear/jar file to the server/xxx/deploy directory (where 'xxx' is the cofiguration, usually 'default').

The quickstart guide will help you get started:  http://docs.jboss.org/jbossas/getting_started/v5/html/

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959198#3959198

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959198



More information about the jboss-user mailing list