Applications Systems
Key DPA directories and files
Key DPA directories and files
First published date
Last published date
Overview
Product section
Resolution
- createWindowsService.bat: Creates and starts "Ignite PI Server" Windows service
- removeWindowService.bat: Stops and removes "Ignite PI Server" Windows service
- startup.bat: Manual start in a command window (instead of as a service)
- shutdown.bat: Manual stop
- ignite-service.log: Installer log file
- .\iwc
- ssl_setup.txt: Instructions how to setup SSL
- java_version.vbs: (DPA 2022.4 and earlier) Script that launches the application called from the service
- java_version.ps1: (DPA 2023.1 and later) 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 SolarWinds
- .\iwc\tomcat
- .\iwc\tomcat\bin
- .\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
- central.log: Log for DPA Central (DPA 2023.2.100 and later)
- idc.log: Log for the IDC web app
- idc-errors.log: Error log for IDC web app
- iwc.log: Log for the IWC web app
- iwc-errors.log: Error log for IWC web app
- catalina.log: Log for tomcat
- jakarta_service.log
- stdout.log: System out for the web apps
- stderr.log: Errors for the web apps
- wizard.log: Log 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\shared\lib
- .\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\idc\WEB-INF\classes
- .\iwc\tomcat\webapps\idc\WEB-INF
- .\iwc\tomcat\webapps\iwc: Exploded iwc.war