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 66742 - Start/stop server options should be disable for remote server if not support them
Summary: Start/stop server options should be disable for remote server if not support ...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-13 19:02 UTC by liwang
Modified: 2005-10-14 10: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 liwang 2005-10-13 19:02:24 UTC
In Netbeans, click runtime tab. After add a remote server, Right click mouse on
the remote server. In the menu,start item is enable when server is down. If
click it, an error is thrown. If start/stop remote server are not supported,
start/stop/restart items should be disable. Or at least give user hint that they
are not supported for remote server.
Comment 1 Sherold Dev 2005-10-14 09:56:09 UTC
This is not a real P2, changing to P3.
Comment 2 Sherold Dev 2005-10-14 10:25:44 UTC
F.

Checking in
src/org/netbeans/modules/j2ee/deployment/impl/ui/actions/RestartAction.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/actions/RestartAction.java,v
 <--  RestartAction.java
new revision: 1.4; previous revision: 1.3
done
Checking in
src/org/netbeans/modules/j2ee/deployment/impl/ui/actions/StartAction.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/actions/StartAction.java,v
 <--  StartAction.java
new revision: 1.3; previous revision: 1.2
done
Checking in
src/org/netbeans/modules/j2ee/deployment/impl/ui/actions/StopAction.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/actions/StopAction.java,v
 <--  StopAction.java
new revision: 1.4; previous revision: 1.3
done