[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss4.2.1GA Installation and configuration

erasmomarciano do-not-reply at jboss.com
Mon Sep 1 07:00:50 EDT 2008


You have to create a  start scritp for Jboss.

EX:

/home/jboss/jboss-4.0.4.GA/bin/run.bat -b 0.0.0.0.0 -c test1   > test1.log

-b 0.0.0.0.0: makes jboss listening on every address  

or

nohup /home/jboss/jboss-4.0.4.GA/bin/run.bat -b your-ip -c test1   > test1.log
 
-b  your-ip : makes jboss listening only on the given ip- address  


 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173574#4173574

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173574



More information about the jboss-user mailing list