Directory Structure
Directory Structure
Directory
Description
bin
Directory for the scripts to start/stop ISM
run.sh - start ISM processes.
stop.sh - stop ISM processes.
servicex64.bat - register ISM RuleCache as windows service.
ismadmin/ismadmin.bat - ISM Administration script
custom
Directory for custom classes, custom functions, and the default tasks
New tasks can be added automatically once the class files are located in this directory.
flow.jar - default tasks
data
Directory for cache and other ISM data.
schema.xml - ISM DB schema file.
license.txt - ISM license file
Flow-Report-Template.docx - Flow report template
jetty-9.4.7
Admin UI web server directory
lib
Directory for ISM libraries
Properties
Directory for configuration
ism.xml - ISM main configuration file
logback.xml - Configuration for logging
sftp.config.yml - sFTP server configuration file
logs
Directory for log files
admin.log - Admin script log file
tmp
Directory for storing temporary files for web service generation
wildfly-10.1.0.Final
Directory for ISM main runtime process
Admin Script
· Unix/linux - ismadmin
· Windows - ismadmin.bat
· Start admin processes.
$>ismadmin pmgr start
· Stop admin processes.
$>ismadmin pmgr stopall
· Update DB schema
$>ismadmin schema import schema_file -m update/skip
· Update - overwrite the existing table.
· Skip - skip if the table exists.
H2 directory
Directory
Description
bin
Directory for the scripts to start/stop h2
This directory is used in unix/linux environments
h2-1.4.193.jar - h2 library
start.sh - start h2
stop.sh - stop h2
service
Directory for windows service management.
This directory contains scripts for windows service.
jetty-9.4.7 directory
Directory
Description
bin
Directory for the scripts to start/stop jetty
jetty.sh - start/stop jetty processes.
servicex64.bat - register jetty process as windows service.
etc
Directory for jetty properties
xnarum.xml - ISM properties
lib
Directory for jetty library.
ext directory contains JDBC libraries.
(*) Put the JDBC driver of the target database, if not exists
resources
Directory for logging properties
webapps
Directory for Admin UI application
work
Directory for deployed applications.
.war files of webapps directory are uncompressed under this directory while jetty is starting.
Wildfly-10.1.0.Fnial directory
Directory
Description
bin
Directory for the scripts to start/stop wildlfy
start.sh - start wildfly process.
service-jboss.bat - register wildfly process as windows service.
add-user.sh - create a new user. Admin user is generated with this script
jboss-cli.sh - jboss admin client batch/interactive script.
modules
Directory for wildfly module libraries
com/ism/jdbc directory contains jdbc libraries for ISM
Standalone
Directory for ISM runtime module and other applications.
Standalone directory
Directory
Description
configuration
Directory for configuration of standalone instance
standalone.xml - main configuration file
logback.xml - Configuration for logging
data
Directory for runtime data
deployments
Directory for the applications
xnarum.ear - ISM main application
api.war - ISM REST application
log
Logging directory
tmp
Directory for uncompressed applications
File under deployments are uncompressed under this directory.
Last updated