Hi!

I have now changed the way configurations work. Now each configuration
is in a subdirectory of "/conf". The default is in "/conf/default". 

You can copy this to, for example, "/conf/myconf". Some settings in
there must be updated to use the new configuration. Specifically, the
InstantDB JDBC URL in jboss.jcml must be changed, as well as the
"java.security.auth.login.config" setting in jboss.properties. 

When you start jBoss with "run.bat" you can add a parameter which is the
configuration name. I.e. "run myconf" will use the "/conf/myconf"
directory. I have not updated run.sh since I don't know how to do that.
Some *nix-wiz should do that.

Configuration files can be accessed in code by using the
ClassLoader.getResource() mechanism. See org.jboss.Main for examples on
this.

That's all folks. Let me know if there are any problems with this.

Oh, and I had to change all the CODEBASE tag attributes in jboss.conf
since the libraries are now in "../../lib/ext" instead of "../lib/ext".

/Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to