Server Configuration - rbeckman-nextgen/test-mc GitHub Wiki
Created by Jacob Brauer, last modified on Aug 14, 2013
Before starting the Mirth Connect server, there are some settings you might want to change:
- Ports: Used for communication between the administrator and the server
- Database drivers: JDBC drivers for connecting to different databases for the back-end
- Logging level: Changes the logging output level
Mirth Connect uses the next default ports, which should be free in the server. The ports are:
- HTTP port (default 8080) set at $MIRTH_HOME/conf/mirth.properties as http.port propperty.
- HTTPS port (default 8443) set at $MIRTH_HOME/conf/mirth.properties as https.port property.
- JMX port (default 1099) set at $MIRTH_HOME/conf/mirth.properties as jmx.port property. (Used in Mirth Connect versions 1 and 2)
To add/change a JDBC driver you should:
- Add the .jar file to the $MIRTH_HOME/custom-lib directory
- Add/Change a driver entry to the file $MIRTH_HOME/conf/dbdrivers.xml
The logging level is defined at the $MIRTH_HOME/conf/log4j.properties file
Document generated by Confluence on Nov 11, 2019 08:40