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 104197 - ServerRegistration form should provide the default admin port 8989.
Summary: ServerRegistration form should provide the default admin port 8989.
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebServer 7 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ajay Acharya
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-17 16:38 UTC by prabushankar
Modified: 2007-05-18 19:18 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 prabushankar 2007-05-17 16:38:31 UTC
Server-plugin version 1.4
Netbeans version 5.5.1 rc1 (Build 200703261315)
J2SE version 1.6.0_01
Java EE version j2ee1.4 and java ee 5
SJSWS 7.0 version Sun Java System Web Server 7.0U1 B05/06/2007

Try to register a SJSWS7.0 server from the runtime tab.
In the "Add Server Instance"->"Location and Configuration" page, the admin port
must carry the default SSL admin port of SJSWS7.0 (i.e. 8989) if not reading
from the server.xml of the local instance(<port>) atleast.
Comment 1 Ajay Acharya 2007-05-18 19:18:56 UTC
The SSL port(8989) is now displayed by default. If the user unchecks the SSL
checkbox, then the default non-ssl port is displayed.

Files modified:

src/org/netbeans/modules/j2ee/sun/ws7/ui/WS70AddServerChoiceVisualPanel.form
src/org/netbeans/modules/j2ee/sun/ws7/ui/WS70AddServerChoiceVisualPanel.java

reviewed by PraveenChecking in
src/org/netbeans/modules/j2ee/sun/ws7/ui/WS70AddServerChoiceVisualPanel.form;
/cvs/serverplugins/sun/webserver7/src/org/netbeans/modules/j2ee/sun/ws7/ui/WS70AddServerChoiceVisualPanel.form,v
 <--  WS70AddServerChoiceVisualPanel.form
new revision: 1.1.2.2.30.1; previous revision: 1.1.2.2
done
Checking in
src/org/netbeans/modules/j2ee/sun/ws7/ui/WS70AddServerChoiceVisualPanel.java;
/cvs/serverplugins/sun/webserver7/src/org/netbeans/modules/j2ee/sun/ws7/ui/WS70AddServerChoiceVisualPanel.java,v
 <--  WS70AddServerChoiceVisualPanel.java
new revision: 1.1.2.4.10.1; previous revision: 1.1.2.4
done