Example Application.Properties file
Header | ################################################ |
---|---|
Reporting | ### Database connection pool for BIRT Reporting reporting.datasource.jndi=java:com.trax.hibernate.DataSource |
File | ### Client file upload |
Streaming | ### Streaming file processing |
EBICS | ### EBICS trace files |
LDAP | ### LDAP server parameters (only when LDAPUserAuthenticator is enabled) |
RADIUS | ### Radius parameters (only when RadiusUserAuthenticator or RadiusSignAuthenticator is enabled) |
prints | ### URL for images and other resources used in html stylesheet (print/email) |
Customer | ###################################################### |
Professional | ### Server security configuration |
Do not modify | ### Server general configuration SERVER_CONTROL_CLASS=com.trax.template.startup.StartUp,com.trax.service.Service- ServerControl propertiesProviders=com.trax.system.properties.DBApplicationPropertiesProvider application-logger=com.trax.system.applicationlog.ApplicationLogHelper |
Table 1212 Application Properties
Client Properties
Client properties are a set of properties which determine part of the behavior of the client part of AvantGard Trax.. Note that a server restart is required to show modified or added information.
Parameter | Example Value | Purpose |
---|---|---|
client.about.prop.server | localhost | Server name or location shown in the about screen (any client property starting with client.about.prop will be displayed alphabetically sorted in the about box) |
blob.preview.size | 50000 | The size in bytes after which the previewed object is truncated. All bytes are available in AvantGard Trax, but not shown for performance reasons. The example is 50KB. |
blob.upload.limit | 100000000 | Only files smaller than this size in bytes can be uploaded to the server. If the (GZip compressed) data is larger, an exception will be shown informing you of breaching the data threshold. The example is 100 MB. |
blob.download.limit | 100000000 | Only files smaller than this size in bytes can be downloaded to your local machine. If the (GZip compressed) data is larger, an exception will be shown informing you of breaching the data threshold. All bytes are available in AvantGard Trax, but not downloadable for performance reasons. The example is 100 MB. |
gui.swiftref-validation | true | This parameter determines whether BIC lookup, BIC validation and NCC lookup are enabled in the manual entry screens. |
gui.environment | UAT | Optional environment show in right top bar of application and in the about box. |
gui.help.url | http://help.com | Optional URL to a webpage with extra help information. |
gui.message.info | Welcome to trax | Optional user message is show on logon page. |
client.changePIN | true | Is the user allowed to change the PIN of his smartcard? (File menu) |
client.changePassword | true | Is the user allowed to change his own password? (File menu) |
client.changeUserProps | true | Is the user allowed to change his own properties? (File menu) |
client.fileupload.dataOwner | false | Add a data owner selection box on the file upload dialog? |
Table 1213 Client Properties