Startup/Shutdown
Process List
Current version (3.9) runs these processes.
Name
Description
Wildfly
Main runtime process. ISM service module is running on this process.
Jetty
Admin UI web server
H2
H2 database for cache
Derby
Derby database for cache
RuleCache
Admin process for cache
Start sequence
Linux/Unix
You can start all the processes with this script
Or you can start the processes one by one.
1. Derby and Rule cache
2. H2
3. Wildfly
4. Jetty
Windows
1. Derby and Rule cache
2. H2
3. Wildfly
4. Jetty
Shutdown sequence
Linux/Unix
You can stop all the processes with this script.
Or you can stop the processes one by one with this order.
1. Jetty
2. Wildfly
3. H2
4. Derby and Rule cache
Windows
Last updated