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 87325 - Adjust default ports values
Summary: Adjust default ports values
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-17 12:25 UTC by Kirill Sorokin
Modified: 2008-03-11 12:27 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Sorokin 2006-10-17 12:25:39 UTC
The default ports values for glassfish should adjust themselves according to the
target machine configuration. I.e. if 8080 is already occupied, 8081 should be
used as the default instead.
Comment 1 Kirill Sorokin 2006-10-18 08:08:04 UTC
Fixed. Added a method to SystemUtils, which will return a valid (available) port
given a base port. Also created a simple utility which will occupy ports, in
infra/utils/.
Comment 2 Kirill Sorokin 2008-03-11 12:27:22 UTC
Verifying installer issues.