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 72018 - Server Manager Limits Port Value
Summary: Server Manager Limits Port Value
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-30 15:57 UTC by losmurfs
Modified: 2006-06-01 15:19 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 losmurfs 2006-01-30 15:57:26 UTC
If you create an entry with a port of 8515, the Server Manager works.  If you
create a server with a port of 85515, the GUI for that entry does not work. 
Tools->Server Manager->Server Type Tomcat 5.5->Server Port: 85515.  I installed
Tomcat 5.5.15 on port 85515.  Tomcat works fine on that port.  But when I
register it in the Server Manager, afterward, when I click on my Tomcat 5.5.15
entry on port 85515, it does not load the panel for Tomcat 5.5.15.  If I change
the port to 8515, everything works fine.
Comment 1 Sherold Dev 2006-01-31 10:13:26 UTC
Server Manager limits port values correctly. Please note that 85515 is not a
valid port number. The dialog, however, should not fail even if you enter an
incorrect value by hand directly in the server.xml file.. this should be fixed.
Comment 2 Sherold Dev 2006-05-02 14:45:26 UTC
F.

Checking in src/org/netbeans/modules/tomcat5/util/TomcatProperties.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/util/TomcatProperties.java,v
 <--  TomcatProperties.java
new revision: 1.2.12.4.2.8; previous revision: 1.2.12.4.2.7
done
Comment 3 Jaroslav Pospisil 2006-06-01 15:19:06 UTC
VERIFIED