/** * Init service * * @param context * @throws SystemException */ public void init(ServiceContext context) throws SystemException { configDirectory = context.getServerConfigDirectory(); System.out.println("ServerConfigFirectory:" + configDirectory.getAbsolutePath()); }
public void init(ServiceContext con) throws SystemException { this.con = con; this.configDir = con.getServerConfigDirectory(); setupServerConf(); initJmx(); }