im using tomcat 7 , and im trying to do something nice. i want to have a little swing program to operate my current project (a site)
i wish to have in that swing application a button to run the server , shut the server and such.
i know there is the option of running it as soon as i start the application but i dont want it. i want to have the option to click a swing button and load it.
for that , i need to run the server by code.
is there a way to load tomcat server via code?