To stop the Stat Central Agent on either a Windows or a Unix platform, do one of the following:
For example, if you modified the port offset to one, you need to edit %STAT_HOME%\app\bin\shutdown.bat and modify it as below:
For Unix installations, you need to edit $STAT_HOME/app/bin/shutdown.sh and modify it as below.
If you previously used Wrapper.conf and other associated files to run the Stat® Central Agent functionality of the Stat Central Agent as a Windows® service, you must replace those files with the wrapper that is provided with the Stat Central Agent using the service.bat command located in the <STAT_HOME>/app/bin/service folder.
| 
 1   | 
| 
 2   | 
 Edit <STAT_HOME>/app/bin/service/service.bat and locate the following lines:  | 
| 
 3   | 
 (Optional) In <STAT_HOME>/app/bin/service/service.bat, modify the following values if you want the service name to reflect Stat:  | 
| 
 •  | 
 Set SHORTNAME=Wildfly  | 
| 
 •  | 
 Set DISPLAYNAME=”Wildfly”  | 
| 
 •  | 
 Set DESCRIPTION=”Wildfly Application Server”  | 
| 
 4   | 
 Locate the following line in /app/bin/service/service.bat and change its value to standalone-full-https.xml if you are using Stat Central Agent in HTTPS mode  | 
| 
 5   | 
 Specify one of the following parameters to run service.bat commands: install|uninstall|start|stop|restart  | 
| 
 NOTE: You may use the actual hostname instead of localhost above. Also note that port 9990 is used when your default post-offset is zero. If you have changed the port-offset, you need to use the corresponding management socket binding port.  | 
| 
 7   | 
| 
 NOTE: The log files created in the <STAT_HOME>\app\standalone\log directory by service.bat are persistent. You should monitor the size of this file while running as a service.  | 
| 
 •  | 
 To stop the service, run <STAT_HOME>\app\bin\service>service stop  | 
| 
 •  | 
 To remove the service, run <STAT_HOME>\app\bin\service>service uninstall  | 
| 
 NOTE: If you experience issues when stopping the service, you need to edit <STAT_HOME>\app\bin\jboss-cli.bat and uncomment and set the JAVA_HOME location.  | 
The Stat® Central Agent defaults to a character map of ISO-8859-1, which is compatible with sites that are upgrading from older versions of Stat. If desirable, the agent can be configured to use UTF-8.
| 
 1   | 
 Open <STAT_HOME>\app\bin\standalone.conf.bat.  | 
| 
 1   | 
 Open <STAT_HOME>/app/bin/standalone.conf.  | 
The configuration of your SSH server determines which ciphers are used when connecting to the Stat® Central Agent. The Stat Central Agent currently supports the following cipher configurations:
| 
 •  | 
| 
 •  | 
| 
 •  | 
| 
 •  | 
| 
 NOTE: JDK 9 and above offers strong cryptographic algorithms by default. You can skip the following steps if you are using JDK 9 or later.  | 
| 
 2   | 
 Download the Java Cryptography Extension (JCE), which is contained in the appropriate zip file (jce_policy-8.zip) to a temp folder and unzip the file.  | 
| 
 3   | 
| 
 4   | 
| 
 5   | 
| 
 6   | 
 Go to the temp folder where you unzipped the jce_policy file and copy local_policy.jar and US_export_policy.jar.  | 
| 
 7   |