Installed Files and Directories
After the installation the following files and folders are located in the Axon.ivy Engine installation folder:
Folder / File |
Description |
||
---|---|---|---|
bin/ |
Programs to start and configure the Axon.ivy Engine |
||
configuration/ |
Axon.ivy Engine configuration data |
||
reference/ |
Documentation for all available configurations |
||
templates/ |
Use case driven configuration templates |
||
Main configuration file of the Axon.ivy Engine. Configures environments such as the system database, e-mail servers, administrators and more. |
|||
System database cache configurations |
|||
keystore.p12 |
Keystore with the default signature of the Axon.ivy Engine (for https/ssl) |
||
truststore.p12 |
Empty truststore can be used to add trusted server certificate for SSL connection clients |
||
Java Virtual Machine (JVM) options of the Axon.ivy Engine. |
|||
Logging configuration |
|||
doc/ |
Engine-Guide, New and Noteworthy, Migration Notes and more |
||
dropins/ |
Third party extension libraries that contribute to the Axon.ivy runtime |
||
elasticsearch/ |
Bundled Elasticsearch server |
||
jre/ |
Java Runtime Environment for Axon.ivy Engine |
||
logs/ |
Log files |
||
misc/ |
|||
apache/ |
Files to integrate Axon.ivy into an Apache web server |
||
iis/ |
Files to integrate Axon.ivy into a Microsoft Internet Information Server (IIS) |
||
system/ |
The OSGi system |
||
application/ |
System application |
||
configuration/ |
OSGi configuration |
||
demo-applications/demo-portal/ |
Demo portal application which gets deployed in Demo Mode |
||
features/ |
Installed OSGi features |
||
lib/boot/ |
OSGi boot classpath libraries |
||
plugins/ |
Installed OSGi plugins. Basically all default or automatically installed java libraries of the Axon.ivy Engine |
||
webapps/ |
|||
ivy/ |
Axon.ivy Engine web interface / Info Web Page |
||
ivy/WEB-INF/ |
Contains the web.xml file |
||
ivy/META-INF/ |
Contains the context.xml file |
||
ivy/app/wf |
Contains the workflow web interface |
||
work/ |
Temporary files that are created and used by the Axon.ivy Engine |
Windows Programs
The bin
folder of a windows installation contains the following native
dynamic link libraries and executable files:
File |
Description |
---|---|
AxonIvyEngine.exe |
Starts the Axon.ivy Engine. See Axon.ivy Engine. |
AxonIvyEngineC.exe |
Same as AxonIvyEngine.exe but additionally logs any output to a console window. |
AxonIvyEngineService.exe |
Executable of the Windows service. See Engine Service. |
ControlCenter.exe |
Program that allows to configure, start and stop the Axon.ivy Engine. It also permits to configure the Windows services. See Control Center. |
ControlCenterC.exe |
Same as ControlCenter.exe but additionally logs any output to a console window. |
JavaWindowsServiceHandler.dll |
Library that contains native methods to register, unregister, configure, start and stop windows services |
JVMLauncher.dll |
Library containing code to launch the Java virtual machine. |
Linux Programs
The bin
folder of a Linux installation contains the following script
files:
File |
Description |
---|---|
AxonIvyEngine |
Starts the Axon.ivy Engine. See Axon.ivy Engine. |
AxonIvyEngine.service |
Template systemd script of the Linux service. It will be copied to /etc/systemd/system/ by running InstallService.sh. |
ControlCenter |
Program that allows to configure, start and stop the Axon.ivy Engine. See Control Center. |
InstallService.sh |
Script to install the Axon.ivy Engine as a daemon. See Engine Service. |
launcher.sh |
Helper script to launch a Java program. |