chris@1: java -jar sonews.jar [arguments] chris@1: where arguments: cli@21: -c|-config If custom config file preferred cli@21: -dumpjdbcdriver Prints out a list of available JDBC drivers cli@21: -feed Enables feed daemon for pulling/pushing news cli@21: from/to peer servers cli@21: -h|-help This output cli@21: -mlgw Enables the Mailinglist Gateway poller cli@21: -p Forces sonews to listen on the specified port cli@21: -plugin Loads the given plugin. cli@21: -plugin-command Loads the given class on startup as NNTP command cli@21: handler. Can be specified multiple times. The cli@21: class must be found in the JVMs classpath. cli@21: -plugin-storage Loads the given StorageProvider class. The class cli@21: must be found in the JVMs classpath. cli@21: -v|-version Prints out the version info an exits.