Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 484 Bytes

properties.md

File metadata and controls

14 lines (9 loc) · 484 Bytes

Waltz configuration properties can be defined in:

  • ${user.home}/.waltz/waltz.properties (see waltz.sample.properties for example) or
  • JNDI (eg: Tomcat conf/context.xml)

JNDI properties take precedence over properties in waltz.properties.

And example of a JNDI property defined in Tomcat conf/context.xml:

<Environment name="database.password.jndi" value="myDbPassword" type="java.lang.String" override="false"/>