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
1. Derby and Rule cache
$>cd bin
$>ismadmin pmgr start
2. H2
3. Wildfly
$>cd wildfly-10.1.0.Final/bin
$>./start.sh
4. Jetty
$>cd jetty-9.4.7/bin
$>./jetty.sh start
Windows
1. Derby and Rule cache
2. H2
3. Wildfly
$>cd wildfly-10.1.0.Final/bin
$>./start.sh
4. Jetty
$>cd jetty-9.4.7/bin
$>./jetty.sh start
Shutdown sequence
Linux/Unix
1. Jetty
$>cd jetty-9.4.7/bin
$>./jetty.sh start
2. Wildfly
$>cd wildfly-10.1.0.Final/bin
$>./start.sh
3. H2
4. Derby and Rule cache
$>cd bin
$>ismadmin pmgr stopall
Windows
Last updated