I have a Java Applet that uses LDAP to get a list of all the servers on Active Directory. The Applet puts all of the servers into a drop down list.
The next step is to select one of these servers and then display a list of all the services running on that server. Is there a way of getting all of the services running on a server?
The final goal is to be able to restart a service from the Applet. Is this possible? And if so, what is the best approach?
Thanks