Greetings,

I've got jBoss-2.0_FINAL up and running on my linux box, and now I want
to integate it as a service that gets started at boot time in the
standard way, that is from a script in /etc/rc.d/init.d on my RH system.
Once I do that, I plan to package it up in an rpm.
However, I am having difficulty using the standard sourced functions
like "daemon" since it seems that jBoss needs to be run from its local
bin directory.
The problem seems to lie in org.jboss.Main , lines 107,108

...

// Add configuration directory to MLet
 URL confDirectory = new
File("../conf/"+confName).getCanonicalFile().toURL();
...
Where the relative path to the config file is coded in.

Has anyone succeded in getting jBoss running as a daemon in the standard
linux way without recoding this part of Main.

Chris



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

Reply via email to