This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 175501 - [68cat] Cannot set Host on JBoss Server
Summary: [68cat] Cannot set Host on JBoss Server
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-27 12:29 UTC by davidsalter
Modified: 2009-10-27 14:27 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description davidsalter 2009-10-27 12:29:08 UTC
[ BUILD # : 200910212001 ]
[ JDK VERSION : 1.6.* ]

When adding a JBoss server into NetBeans, there is no option to specify the host.  The host defaults to localhost and
is greyed out so it cannot be edited.  This can cause problems in some instances where it is necessary to bind the
running JBoss instance to a different IP address on the local machine.

When  running JBoss outside of NetBeans, this is done by using the "-b" option.  E.g 

run -b 192.168.1.2

would bind JBoss to IP address 192.168.1.2

There is no option within NetBeans to change this binding address, however this is essential in some cases.