Monday, 28 March 2016

How to create JONAS_BASE ?


Ways to create JONAS_BASE

1. To create a JONAS_BASE template from scratch :
export JONAS_BASE=~/my_jonas_base
cd $JONAS_ROOT/templates/newjb
ant -f build-jb.xml create_jonas_base 

This will copy all the required files and create all the needed directories.

2. Another way to create a JONAS_BASE template from scratch :
Note $JONAS_ROOT/bin must be set in the system path : 
export JONAS_BASE=~/my_jonas_base
newjb


Customization of Jonas base

In order to customize a JONAS_BASE with specific property values (port numbers, services, protocols etc...), you must edit the $JONAS_ROOT/templates/newjb/build-jb.properties file or $HOME/jb.config/conf/jonas-newjb.properties file before running newjb.

For further customization that cannot be performed by newjb you should modify the generated files in $JONAS_BASE/conf

No comments:

Post a Comment

Note: only a member of this blog may post a comment.