Is it possible to programmatically start and stop JBoss in Eclipse? I am using Indigo Eclipse Java EE, I have a JBoss 5.1.0.GA server that I start / stop manually in Eclipse.
I want to automate a server reboot (as part of a test procedure to restart a server to reflect changes in the database). Is there any library I can use for this, or some other way to do this?
Tom
source share