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 248142 - Changing java debug port in web server config should allow keyboard entry.
Summary: Changing java debug port in web server config should allow keyboard entry.
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-23 14:58 UTC by pkevin
Modified: 2015-04-27 15:25 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 pkevin 2014-10-23 14:58:50 UTC
Product Version = NetBeans IDE 8.0.1 (Build 201408251540)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_05
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.5-b02

When attaching a java debugger to a running glassfish server, if there is a port mismatch, or setting the port number manually, you can only use the spin buttons, you cannot type in the field to change the value.  I had a value of 59009 in the text box, and the server was listening for debugger connections on 9009.  Using the spin buttons was painfully slow, so I reconfigured to the server to listen on the 59009 port instead.   Nuisance.
Comment 1 Petr Hejl 2015-04-27 15:25:37 UTC
I've just tested and you can type number value into the field.