...
- Resources/Properties in any frameworks that the application links to
- Resources/Properties.username in any frameworks that the application links to
- Resources/Properties in the application itself
- WebObjects.properties under the home directory (not sure on this file's precedence)
- Resources/Properties.dev (when app is launched in Development Mode)
- Properties in /etc/WebObjects/YourAppName/
- Resources/Properties.username in the application itself
- Command line arguments
Property File tricks and tips:
...
Getting Started:
- Variable substitution
- Per user property files
...