Beispiel #1
0
  /**
   * Init service
   *
   * @param context
   * @throws SystemException
   */
  public void init(ServiceContext context) throws SystemException {

    configDirectory = context.getServerConfigDirectory();
    System.out.println("ServerConfigFirectory:" + configDirectory.getAbsolutePath());
  }
Beispiel #2
0
 public void init(ServiceContext con) throws SystemException {
   this.con = con;
   this.configDir = con.getServerConfigDirectory();
   setupServerConf();
   initJmx();
 }