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 68293 - add server - empty host allowed when registering remote domain
Summary: add server - empty host allowed when registering remote domain
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-08 16:06 UTC by Kenneth Ganfield
Modified: 2005-11-10 02:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2005-11-08 16:06:20 UTC
In the Add Server Instance wizard, when registering a remote Sun App Server domain:
on wizard page where you set Admin Port information, the Finish button is
enabled when Host field is still empty.
If you click Finish, the domain is registered and appears in the Runtime window.
the Location is listed without host, only the port [ :4848 ]
Comment 1 Kenneth Ganfield 2005-11-08 16:17:00 UTC
The server instance is listed in the runtime window, however the Start command
in the pop-up menu is dimmed.
However, you can select View Admin Console and View Server Log.
Comment 2 Vince Kraemer 2005-11-08 22:17:13 UTC
blank interpreted as "localhost" in InetAddress.getByName(String).