*/
public static void main(String[] args) {
Log4jHandler.add();
log.trace("started");
try {
final CmpProxyConfig config = CmpProxyConfig.getIt(args.length>0 ? args[0] : null);
if ( config==null ) {
System.out.println("Cold not continue. Exiting the jvm.");
System.exit(-1); // NOPMD, this is not a JEE component
return;
}