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 - [68cat] JBoss Starts Incorrectly on Deploy
Summary: [68cat] JBoss Starts Incorrectly on Deploy
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P1 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-27 13:41 UTC by davidsalter
Modified: 2009-10-27 16:39 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 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.