Skip to content

The Properties File

Mrdigs edited this page Apr 8, 2014 · 1 revision

Bootstrap.jsp uses a properties file called bootstrapjsp.properties for various settings, all of which can be overidden by adding a local properties file in your WE-INF/classes folder called bootstrapjsp_local.properties.

Any properties found in the local properties file will override those in the main properties file. Any properties not found in the local properties file will come from the main properties file.

Clone this wiki locally