Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To be able to handle files, a connection has to be specified. This connection states where the files should be stored. The connection can be specified in the aquima.properties file in the home folder.

Currently there are two connection flavors:

  1. in memory

  2. or on file system

Ad 1) In case the files should be uploaded to memory add the following line at the end of the file:

Code Block
connection.<connection name>.memory

Where <connection name> is a custom name of the connection, e.g. "connection.memoryconnection.memory".

Ad 2) In case the files should be uploaded to the file system add the following line at the end of the file:

Code Block
connection.<connection name>.filesystem.path=<your path>

Where <connection name> is a custom name of the connection, e.g. "connection.filesystemconnection.filesystem.path=C:/Files/". Note to use '/' in your path, e.g. C:/Files/See How to setup a connection.

Also check that your messages properties filecontains the following lines:

...