Key Ignite Directories and Files - Confio Article 1506
- ./: (default = c:\program files\confio\Ignite PI)
- IgnitePI_CleanWebFiles.vbs: removes \webapps\idc + \webapps\iwc + \work directories
- IgnitePI_CreateService.vbs: creates and starts "Ignite PI Server" Windows service
- IgnitePI_RemoveService.vbs: stops and removes "Ignite PI Server" Windows service
- readme.txt
- startup.bat: manual start in a command window (instead of as a service)
- shutdown.bat: manual stop
- .\iwc
- ssl_setup.txt: instructions how to setup SSL
- java_version.vbs: script that launches the application called from the service
- runService.cmd: this will add/run the service
- runTomcat.cmd: called by java_version.vbs to launch a Tomcat
- stopTomcat.cmd: stops Tomcat
- .\iwc\jre : JRE provided by Confio
- .\iwc\tomcat
- .\iwc\tomcat\bin
- .\iwc\tomcat\common
- .\iwc\tomcat\conf
- catalina.properties: Tomcat config properties
- server.xml: Tomcat properties to configure SSL and to change port
- web.xml: Default web application configuration including session timeout
- .\iwc\tomcat\ignite_config
- cat.txt: All jre/jdk locations found on the machine
- java_loc.txt: The jre/jdk which Tomcat uses
- .\iwc\tomcat\ignite_config\idc
- repo.properties: The connection information for the Repository
- system.properties: Overrides for Spring and Caching Properties
- .\iwc\tomcat\ignite_config\iwc
- .\iwc\tomcat\ignite_config\iwc\charts: Cached image files and maps for charts generated by the IWC
- .\iwc\tomcat\ignite_config\iwc\data : Cached datasets for charts generated by the IWC
- .\iwc\tomcat\ignite_config\iwc\properties
- connection.properties: Connection pool properties for Repository database connections
- mail.properties: Can configure an SMTP server or embedded server
- sqlformat.properties: SQL Formatter properties
- .\iwc\tomcat\logs
- idc.log: Log for the IDC webapp
- idc-errors.log: Error log for IDC webapp
- iwc.log: Log for the IWC webapp
- iwc-errors.log: Error log for IWC webapp
- catalina.log: Log for tomcat
- jakarta_service.log
- stdout.log: System out for the webapps
- stderr.log: Errors for the webapps
- wizard.log: Logs for the Repository wizards
- .\iwc\tomcat\server
- .\iwc\tomcat\shared
- .\iwc\tomcat\shared\lib
- ignite_common.jar: Common Ignite code shared by IDC and IWC
- .\iwc\tomcat\temp
- .\iwc\tomcat\webapps
- idc.war: Ignite Data Collection
- iwc.war: Ignite Web Client
- .\iwc\tomcat\webapps\idc: Exploded idc.war
- .\iwc\tomcat\webapps\idc\WEB-INF
- .\iwc\tomcat\webapps\idc\WEB-INF\classes
- log4j.xml: Ignite error logging properties
- .\iwc\tomcat\webapps\iwc: Exploded iwc.war
- .\iwc\tomcat\work
|