Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.
Configuration Setup
This version of STMT Java provides users choices of different set up options through the configuration file. The default configuration files are at directory of ${STMT_DIR}/data/Config/. They are:
The variables used in the configuration file are listed in the following table. "Relative path" refers to the path relative to STMT top directory, ${ROOT_DIR}.
I. Configuration variables
Variable Names | Descriptions | Variable Values |
STMT Variables | ||
ROOT_DIR | the absolute path of the installed STMT directory |
|
SYNONYM_FILE |
|
|
CORPUS_FILE |
|
|
LVG_CONFIG_FILE | the absolute path of lvg config file |
|
VERBOSE_FLAG | a verbose flag to show loading status |
|
VERBOSE_LINE_NUM | the line number of showing table loading status |
|
Database Variables | ||
DB_DRIVER | the JDBC driver |
|
DB_URL | db URL for JDBC |
|
DB_DIR | the HSqlDb data directory |
|
DB_NAME | database name for Stmt |
|
II. Syntax
III. Files
Notes: The STMT installation program generates above four configuration files in ${STMT_DIR}/data/Config/ automatically (from ${STMT_DIR}/data/Config/*.properties.TEMPLATE) according to options users chose during the installation.