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 126469

Summary: Situations when the Tomcat admin console application is not available should be detected
Product: serverplugins Reporter: Petr Jiricka <pjiricka>
Component: TomcatAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: blocker Keywords: USABILITY
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Jiricka 2008-02-01 07:49:24 UTC
Currently, the "View Admin Console" menu item in Tomcat's popup menu may fail in some situations:

- The server is not started
- The admin application is not installed

These situation should be detected and the user should be advised how to remedy them. E.g. if the admin app is missing,
the IDE could display a warning dialog about this, which would have a link to the admin app download page.

When the server is not started, the IDE could silently start it.

Marking this as a usability bug.
Comment 1 Petr Hejl 2008-04-18 14:51:09 UTC
*** Issue 130893 has been marked as a duplicate of this issue. ***
Comment 2 ejvyas 2008-04-18 15:21:11 UTC
Please escalate this issue. It is very annoying
Comment 3 Petr Hejl 2008-10-06 16:06:59 UTC
*** Issue 149040 has been marked as a duplicate of this issue. ***
Comment 4 Petr Hejl 2008-10-06 16:10:12 UTC
I think the correct solution is to remove this item for 6.x servers completely as just not makes sense - for 6.x no such
thing as admin console exists.

For 5.x, I'm not sure - perhaps to have it disabled when server is not running (start the server could be a bit
heavyweight solution, but I don't have any strong opinion about that).
Comment 5 Thuy.d Nguyen 2008-12-20 03:53:54 UTC
Since Admin console is no longer supported by Tomcat 6.x.  "View Admin Console" should be removed from the server menu.
Comment 6 Thuy.d Nguyen 2008-12-20 03:58:46 UTC
*** Issue 155774 has been marked as a duplicate of this issue. ***
Comment 7 Thuy.d Nguyen 2008-12-20 04:00:58 UTC
*** Issue 155775 has been marked as a duplicate of this issue. ***
Comment 8 ejvyas 2009-02-19 14:53:40 UTC
A year gone by..
Comment 9 Petr Hejl 2009-09-17 16:32:50 UTC
Fixed in web-main 9da3f5fb3609.
Comment 10 Quality Engineering 2009-09-18 22:33:33 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9da3f5fb3609
User: phejl@netbeans.org
Log: #126469 Situations when the Tomcat admin console application is not available should be detected