File Configuration
TAFJ does not use environment variables but uses the TAFJ properties for its internal configuration. Read this section to know more about TAFJ properties.
The TAFJ properties has the following features:
- You can define the TAFJ properties in a properties file or at database level for application server deployments.
- .properties is the file extension to store configuration and properties on disk.
- File based properties are stored under the $TAFJ_HOME/conf directory.
- You can identify a file as a specific configuration or as a project. For example,
- production-system.properties
- l3-dev.properties
In this topic