You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Following items describe all the introduction folders and files that you find in the package.

2.1 Package

The package itself is divided in several folders:

config
database
documentation
logs
messages
samples
component.exe

In the root of the package you find the .exe file that runs the component. Next up all the folders are being explained.

2.1.1 Config Folder

Inside the configuration folder, following structure is created:

receive-pmodes
send-pmodes
settings.xml

The folders send/receive-pmodes are the folders which configured the pmodes (respectively send/receive). Samples of this pmodes can be found in the Samples folder.
The settings.xml file contains the global configuration of the component and is explained here.

1.1.1   Database Folder

Default SQLite is used as database. The .db file which contains the SQLite database is stored in this folder.
Regardless of the database that is being used, this folder will by default also contain the following folder structure:

as4messages
inout

 

Inside these folders, the messagebodies of the AS4 messages that have been sent and received are saved. 

Received messages are saved in the in folder, messages that have been sent are saved in the out folder.


  • No labels