// the params for the command
pus.initialize(cgidir);
pus.setPushManager(_pushManager);
outval = pus.push(command);
} catch (ClassNotFoundException ex) {
ex.printStackTrace();
} catch (InstantiationException ex) {
ex.printStackTrace();
} catch (IllegalAccessException ex) {