Using a Property File in an Application Server Environment
This section shows you how to make use of a specific properties file in an application server environment.
Set either of the following system property at JVM startup.
- -Dtafj.properties=production-system
- -Dtafj.properties=production-system.properties
The property file must exist under the $TAFJ_HOME/conf directory.
In this topic