Bug 132416 - Add api to IServer to query whether a server instnace can be started or not
Summary: Add api to IServer to query whether a server instnace can be started or not
Status: CLOSED DUPLICATE of bug 134593
Alias: None
Product: WTP ServerTools
Classification: WebTools
Component: wst.server (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M6   Edit
Assignee: Tim deBoer CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2006-03-17 17:31 EST by Kelvin Cheung CLA
Modified: 2008-06-13 10:37 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kelvin Cheung CLA 2006-03-17 17:31:38 EST
This is an enhancement request for future release.

In current WTP, IServer.canStart only indicates whether a server is startable.  It does not go to the delegate and consult whether a server can be truly started or not.
Comment 1 Tim deBoer CLA 2006-03-19 13:29:15 EST
What do you mean by "go to the delegate"? Do you just want to check if a delegate exists? There is only so much static checking that can be done, and at some point the only thing to do is try launching the server.
Comment 2 Tim deBoer CLA 2006-09-05 10:01:36 EDT
Please respond or close the bug (or I will). What kind of checking do you expect to happen? Is there a specific case where you think canStart() should return false that it currently isn't?
Comment 3 Yen Lu CLA 2006-09-05 10:03:44 EDT
I *think* we're looking for this method to return false in the case of a remote server when the remote server implementation cannot be started. Currently, it returns true and, when WTP Web services attemps to start this server, it fails.
Comment 4 Tim deBoer CLA 2008-03-03 15:57:49 EST
This has been resolved via the fix for bug 134593.

*** This bug has been marked as a duplicate of bug 134593 ***
Comment 5 Tim deBoer CLA 2008-06-13 10:37:17 EDT
Closing duplicate bugs. Please resolve/verify/close via the other bug.