...
- 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)
- Resources/Properties.log4j in the application itself (log4j properties)
- Resources/Properties.log4j.username in the application itself
- Resources/Properties.database in the application itself (database connection properties)
- Resources/Properties.database.username in the application itself
- Resources/Properties.multilanguage in the application itself (encoding properties)
- Resources/Properties.multilanguage.username in the application itself
- Resources/Properties.migration in the application itself (migration properties)
- Resources/Properties.migration.username in the application itself
- Resources/Properties.frameworkname in the application itself for any frameworks that the application links to
- Resources/Properties.frameworkname.username in the application itself for any frameworks that the application links to
- Properties in /etc/WebObjects/YourAppName/
- Resources/Properties.username in the application itself
- Command line arguments
...