Versions Compared

Key

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

...

Currently there are two connection flavors:

  1. in memory

  2. or on file system

Ad 1) If 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:/File/". Note to use '/' in your path, e.g. C:/Files/.

Also check that your language properties file (e.g. messages_en-GB) contains the following lines:

...