Hi, is it possible to separate the JBoss configuration files from the JBoss
installation?
We want to have several projects using a single JBoss installation (say on
c:\programs\jboss...), each project having it's own JBoss
setup/configuration.

We'd like to do this to keep all configuration files as well as the log- and
deploy-directories in the individual project directory.

Has anybody done this?

I would like to have my project directory structure set up like this:
project
  +- bin
  +- conf
  |   +- default
  +- deploy
  +- log
  +- tmp
  +- src
  +...


The problem is that all references to config files, libs (!) and others seem
to use relative paths, which are hardcoded (e.g. "../conf") in JBoss.

I tried something like having a bin/run_jboss.cmd script in the project
directory,
which accesses parts (e.g. run.jar, ../lib etc.) from the installation
directory, but somehow don't get it to work (configuration files are found,
but lib and other files are searched relative to the starting dir, and are
thus not found...).

Any hints would be rather appreciated...

Thanx alot, Oliver



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to