FusionReactor System Properties
FusionReactor has a number of System Properties that can be set to configure FusionReactor.
These arguments should be added to your JVM configuration. To see examples of configuring JVM arguments in various Application Servers see Manual Installation Specific Server Examples.
Note that the options below should be prefixed with '-D', for example:
-Dfrlicense=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX.
Instance
Property |
Default Value |
Values Accepted |
Version Added |
Description |
fradminpassword |
none |
password value |
5.0.0 |
This value is going to contain the password that is used for the FusionReactor instance that is running. |
frlicense |
none |
license key |
5.0.0 |
If present, this argument allows you to specify your license key. This argument gives you the ability to apply your License key without log in to the instance and enter it. |
fr.license.http.fallback |
true |
true false |
8.0.0 |
If true and HTTPS license activation fails the code will fallback to HTTP. Set to false to prevent this fallback. |
Enterprise Dashboard
The following properties should be added to the instance hosting the Enterprise Dashboard
Property |
Default Value |
Values Accepted |
Version Added |
Description |
fr.ed.ds.enable |
false |
true/false |
8.1.0 |
This value allows an instance to accept registration of ephemeral instances to the Enterprise Dashboard |
fr.ed.ds.listen |
0.0.0.0:2106 |
hostname:port |
8.1.0 |
Specifies the listening IP address and port on the server |
fr.ed.ds.polltimeout |
1000 |
Integer (ms) |
8.1.0 |
Specifies the time EDS will wait after attempting to poll data from the client before marking the client as offline |
fr.ed.ds.maxdatasize |
20 |
Integer (MB) |
8.2.2 |
The maximum size of a page or other data transfer that will be accepted over the tunnel |
The following properties should be added to the instance connecting to the Enterprise Dashboard
Property |
Default Value |
Values Accepted |
Version Added |
Description |
fr.ed.ds.target |
none |
hostname:port |
8.1.0 |
If specified, causes the instance to attempt to auto-register with the EDS system at the specified address |
fr.ed.ds.groups |
none |
Comma-separated list |
8.1.0 |
If specified, causes the instance to request to be a member of the listed groups. If not specified, the server will be placed within the Ungrouped Servers |
Decompilation
Property |
Default Value |
Values Accepted |
Version Added |
Description |
fr.decompile.external.enabled |
false |
true/false |
6.0.0 |
This enables or disables the decompilation when requests come in over the external J2EE connection. |
fr.decompile.show.line.numbers |
false |
true/false |
6.0.0 |
This setting enables the procyon line number as comments inside the decompile output. This is very good to track down line number issues in decompiled code. |
FusionReactor Cloud
Property |
Default Value |
Values Accepted |
Version Added |
Description |
fr.cloud.group |
none |
Comma-separated list |
6.1.0 |
Sends an array of group names within the connect message, the server will then be added to the following groups. |
Data Obfuscation
Property |
Default Value |
Values Accepted |
Version Added |
Description |
fr.request.obfuscate.parameters |
false |
true/false |
6.2.6 |
This setting will enable Data Obfuscation, which will obfuscate transaction data that is displayed to the screen. |