Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Question about ServerCore.getRuntimes()
Question about ServerCore.getRuntimes() [message #181819] Tue, 24 October 2006 02:26
Eclipse UserFriend
Originally posted by: allenmacyoung.gmail.com

Hi

I want to get the information of the projects I deployed using WTP. The information
I want is as follows:

The projects which are deployed.
The projects's deployed folder.

I know that every web project created by WTP will have a wtp's project nature(org.eclipse.wst.common.project.facet.core.nature),
so I can find all the web project. But how can I check out if a project has
been deployed?

I also know that I can get all the servers information using ServerCore.getRuntimes(),
but from IRuntime, I can only get the server type and root directory. I want
to know which projects are deployed in which server and the deploy directory
as well.

So, what I want to know is all the servers, each server's web project, each
project's deploy directory(not only deploy name).

How can I get all this? I know this is a big question. Thanks a lot.
Previous Topic:New JUnit Servlet Test Case caused 100% cpu loop
Next Topic:debug only in debug view
Goto Forum:
  


Current Time: Fri Apr 26 16:03:22 GMT 2024

Powered by FUDForum. Page generated in 0.03119 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top