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

Summary: [68cat] Cannot set Host on JBoss Server
Product: serverplugins Reporter: davidsalter <davidsalter>
Component: JBossAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: blocker CC: pjiricka
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: ENHANCEMENT Exception Reporter:

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.