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]
- Re: [jBoss-User] OracleXADataSource or XADataSourceImp... Jean-Michel DELSAUX
- [jBoss-User] Strange thing Max Krainov
- Re: [jBoss-User] Strange thing Tim Yates
- Re[2]: [jBoss-User] Strange thing Max Krainov
- Re: Re[2]: [jBoss-User] Strange thing Tim Yates
- Re[4]: [jBoss-User] Strange thin... Max Krainov
- Re: Re[4]: [jBoss-User] Stra... Tim Yates
- Re[6]: [jBoss-User] Stra... Max Krainov
- Re: Re[6]: [jBoss-User] ... Tim Yates
- Re: Re[6]: [jBoss-User] ... Tom Cook
- RE: [jBoss-User] Starting jB... Christopher Albert
- RE: [jBoss-User] Startin... Michael G. Drew
- Re: [jBoss-User] Startin... Tim Yates
- RE: [jBoss-User] Startin... Michael G. Drew
- RE: [jBoss-User] Startin... Tom Cook
- Re: [jBoss-User] Startin... Tim Yates
- Re: [jBoss-User] Startin... Christopher Albert
- Re: [jBoss-User] Startin... Toby Allsopp
- Re: [jBoss-User] Startin... Tom Cook
- Re: [jBoss-User] Startin... Christopher Albert
- RE: [jBoss-User] Startin... marc fleury
