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 175513

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

Description davidsalter 2009-10-27 13:41:38 UTC
[ BUILD # : 200910212001 ]
[ JDK VERSION : 1.6.* ]

I'm running NetBeans 6.8 Beta with JBoss 4.3.0CP6 application server.

I am starting JBoss via the command prompt and binding it to an IP address using the following command:

run -c all -b 192.168.1.2

I have an instance of JBoss registered in NetBeans, but because of issue 175501, this instance is bound to localhost.

When I choose to deploy a Java EE 5 project to NetBeans, NetBeans incorrectly attempts to start up JBoss bound to
localhost rather than deploying to the currently running instance.  Deployment does not succeed and the application
cannot be run/tested.
Comment 1 Petr Hejl 2009-10-27 16:39:35 UTC
This is not a defect in existing functionality as it has never been supported => enhancement.