|Per Bockman wrote:
|> > When it's done.
|>
|> Well, that's pretty obvious... and kinda non-informative...
|
|But extremely accurate. ;-)

LOL *0)

marc

|
|> Great! In the final release we'll be able to configure almost
|every aspect
|> of jBoss.
|>
|> 1) Is it possible to have different configuration settings for
|_one_ jBoss
|> installation (i.e. host)?  I'd like to be able to swap configuration
|> settings without editing / copying files to and from the conf
|directory. So
|> is it possible to do something like this:
|> java -Djboss.config.dir=..\testconf org.jboss.Main ?
|
|Indeed it is possible. The startup of jBoss is really:
|org.jboss.Main <confname>
|but confname happens to default to "jboss" (i.e. "load /conf/jboss.conf
|and then apply /conf/jboss.jcml before starting all modules").
|
|So, you can have as many configurations as you want within one
|installation.
|
|That said, I just realized that the configuration MBean always stores to
|"jboss.jcml". Bummer. I'll fix that so it is instead stored to
|<confname>.jcml. Of course.
|
|> 2) I'd also like to be able to run several instances of jBoss on one host
|> simultaneously (e.g. one EJB Server for production and one for testing).
|
|The above should be helpful in doing this.
|
|I'll fix the conf name thingy.
|
|/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]
|
|



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

Reply via email to