Persoenliche Mediazentrale
ulrich
2021-04-16 849ee289c2a0561b709f92f8cbbda00415c6caba
src/de/uhilger/mediaz/App.java
@@ -27,6 +27,12 @@
/**
 * Die Hauptklasse der Mediazentrale mit der Methode <code>main</code>.
 * 
 *
 * args
 * ctx=mz port=9090 conf=conf www-data=www
 *
 * -Djava.util.logging.config.file=/pfad/zu/logging.properties
 *
 * @author Ulrich Hilger
 * @version 1, 25.3.2021
 */
@@ -53,6 +59,7 @@
  public static final String RB_AUDIOEXTS = "audioexts";
  public static final String RB_VIDEOEXTS = "videoexts";
  public static final String RB_PLAYERPARAMS = "playerparams";
  public static final String RB_HOST = "host";
  /**
   * <p>Start-Methode dieser Anwendung</p>