One of the common questions from JBoss newbies I had to answer in last couple of months is "How do I bind JBoss Specific to my IP on windows?".
Here is the simple one liner:
run.bat -Djboss.bind.address=IP
Tuesday, August 14, 2007
Binding JBoss to specific IP
Posted by Kumar at 9:13 PM
Subscribe to:
Post Comments (Atom)
3 comments:
How about just "run -b 127.0.0.1"?
How about binding to a specific address in JBoss 3.0.2 ?
how can i do this in netbeans 6.0 with specifiq ip
Post a Comment