aspose file tools
The moose likes JBoss and the fly likes How to run JBOSS6 through Eclipse indigo with Run Time Parameters Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "How to run JBOSS6 through Eclipse indigo with Run Time Parameters" Watch "How to run JBOSS6 through Eclipse indigo with Run Time Parameters" New topic
Author

How to run JBOSS6 through Eclipse indigo with Run Time Parameters

saurabh agr
Ranch Hand

Joined: Apr 14, 2010
Posts: 35
Hi,

when i run JBOSS through Eclipse, jboss starts on 127.0.0.1 ip, and i want to run jboss on different ip.

To do that i have to run JBOSS through command prompt by using -b run time parameter such as : run -b <ip>

My Question : Is there any way to specify IP when run jboss through eclipse.

I want to provide ip when starting server rather than defining it in configuration file.

Thanks.
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5536

Are you using JBoss Tools?

Try opening the server (right-click it in the Servers View and select Open), there should be server properties that let you change the IP address. Or in that same dialog click the Open Launch Configuration link, and on the Arguments tab you can specify program arguments.


JBoss In Action
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to run JBOSS6 through Eclipse indigo with Run Time Parameters
 
Similar Threads
Accessing JBOSS with IP
JBoss Time Out Error in Eclipse
unable to make connection to jboss under eclipse when using external IP address
Steps for creating Remote Java WebServices in eclipse
Jboss server in eclipse is not starting withing 400 seconds