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 145968 - V3:The View Admin Console menu invokes an incorrect url
Summary: V3:The View Admin Console menu invokes an incorrect url
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-02 21:36 UTC by davisn
Modified: 2008-09-03 19:37 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 davisn 2008-09-02 21:36:55 UTC
The "View Admin Console" for Glassfish V3 server (build promoted b22) points to url http://localhost:4848/admin while
the Admin GUI console actually running at http://localhost:4848

Steps to Reproduce:
1. Install Netbean 6.5 Trunk build (09/02/2008)
2. Install Glassfish V3 promoted b22 build
3. Register Glassfish V3 b22 server
4. Right-click at V3-b22 server node, select to start the server
5. Right-click at V3-b22 server node, select to view the Admin Console
BUG:
   After the Admin Console was installed, HTTP Status 404 error message occurs
Comment 1 _ pcw 2008-09-02 21:42:54 UTC
Good catch.  Looks like fallout from the 8080 -> 4848 port changeover.  I'll take care of it.
Comment 2 Quality Engineering 2008-09-03 17:14:37 UTC
Integrated into 'main-golden', will be available in build *200809031401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0d301c8d93bd
User: pcw@netbeans.org
Log: #145968 - corrected url for launching admin gui on port 4848
Comment 3 Vince Kraemer 2008-09-03 19:37:43 UTC
this appears to be fixed