Java 1.8 is required to run Doradus. The easiest way to run Doradus is as a stand-alone application using its embedded Jetty server. If you build Doradus using Maven, from the directory {doradus_home}/doradus-jetty use a command such as the following
• Configurable parameters are defined in the file doradus.yaml. In Github, it resides in the folder doradus-server/src/main/resources. During builds, this file is copied to the folder doradus-server/target/classes (Maven) or doradus-server/config (Ant). This appropriate folder should be in your classpath. You can specify an alternate location with the following Java parameter:
• Logging options are defined in the file log4j.properties, which resides in the same folder as doradus.yaml. Specify an alternate location with the parameter:
• Most doradus.yaml parameters can be overridden in command line arguments by prepending a "-" to the parameter name. For example, to override restport, add the command line argument:
•