|
From: Leif M. <lei...@ta...> - 2009-03-24 09:25:03
|
Shashidhar, First you need to see how JBoss's run.sh is converting that parameter into the Java command line. You can do this by echoing the output from the original run.sh script and running it. Then take the resulting java command line and modify the wrapper.conf file as appropriate. If you get the above and still have questions, please post the above java command line along with your existing wrapper.conf and I will help you with the changes. Cheers, Leif 2009/3/24 Shashidhar Gaurav Misra <Sha...@ar...>: > > > Hi, > > > > I am using method 1 to integrate my application (Jboss) with Java service > wrapper. I believe the wrapper doesn’t internally calls the run.sh to start > the Jboss Server. > > Now my problem is that I want to configure the jboss.bind.address, I found > that it can be configured using the –b option to the Jboss startup script > (run.sh). For example, run -b 0.0.0.0 enables jboss to listen for > connections on all IP addresses of the machine. > > > > How should I pas this option when I am using the Java Service Wrapper? > > > > Please suggest. > > Shashi |