/**
* @param args
*/
public static void main(String[] args) {
AppManager app = new AppManager();
Application application = new Application("1234567890", "test", "1", "D:/mydata/workspace/springSpace/srp/engine", "museengine.jar");
try {
app.startApp(application);
app.stopApp(application);
} catch (Exception e) {
}
}