Home JBoss howto Configuration How to create a custom jBoss configuration ?
30 | 07 | 2010
JBoss 5 AS Book
"JBoss AS 5 development" reviews
Please share your feedback/review with other readers!
Banner
Dashboard
Advertise with Us
Banner
RSS Feed
Java EE 1.6 resources
Login
Sign here for the NewsLetter.



JBoss admin resources
Banner
Java EE 1.6 resources
JBoss howto

How to avoid the 50 seconds start up limit in Eclipse ?

JBoss recipe of the day ...
Read More

How can you solve deployment errors caused by large war/jar/ear files ?

jboss recipe of the day ...
Read More

How do you configure your .war to be deployed after your EJB ?

jboss recipe of the day ...
Read More
How to create a custom jBoss configuration ?
Written by Mark S.   

JBoss recipe of the day
JBoss ships with 3 configurations:
 

  • default: the standard jBoss standalone configuration
  • all: same as standard but with Clustering enabled
  • minimal: barebones JMX services


However you re not limited to the existing configurations: you can create a custom server configuration that suits your needs best.  
The easiest way to do it is starting from one existing configuration and adjust for your needs.
for example if you need a standard JBoss configuration but without JMS support, simply copy the "default" configuration and remove the "deploy/jms" folder which contains all the JMS related services.

 

The name of the new directory you created is the name of the server configuration.  You will need to pass the server configuration name to instruct JBoss to use the new configuration.  For example, if your new configuration directory is named "myconfig" then you would need to start JBoss using "run -c myconfig".

 


JBoss.org Search
Custom Search
Comments
Search
Only registered users can write comments!

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."