BoxLang 🚀 A New JVM Dynamic Language Learn More...
This module adds support to enable FusionReactor on the servers you start inside CommandBox.
For full docs on this module, go here:
https://commandbox.ortusbooks.com/embedded-server/fusionreactor
For an overview of common settings and usage, read below.
Install the module like so:
install commandbox-fusionreactor
This will automatically add the JVM args into any server you start using the server start
command.
Add your FusionReactor license like so:
fusionreactor register "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
You can get a FusionReactor trial, or if you need to purchase a license, visit here: https://www.ortussolutions.com/products/fusion-reactor
FusionReactor will choose a random, unused port to bind to. Check the console when starting the server to see what it is.
You can open the FusionReactor web admin by running the following command:
fusionreactor open
For full docs on this module, go here:
https://commandbox.ortusbooks.com/embedded-server/fusionreactor
$
box install commandbox-fusionreactor