Skip to content

Default Environment

bill edited this page Jun 8, 2018 · 1 revision

Default Environment

There is one special Environment in Toolkit named default.

This environment must always exist for Toolkit to function. When Toolkit is stared in Tomcat the External Cache is scanned. If the default environment does not exist it is created from content in the WAR file. This default Environemnt is stored in the WAR file at

toolkitx/environment/default

which is copied to

EC/environment/default

if EC/environment/default does not exist.

As of this writing, this default Environment contains:

What Explanation

codes.xml

Affinity Domain configuration including acceptable codes

pids.txt

Default Patient Table

keystore/keystore

keystore used when Toolkit initiates TLS connection

keystore.properties

See below

keystore.properties is a Java properties file containing:

#
keyStorePassword=changeit

which is the password for the keystore.

Clone this wiki locally