Windows Based Images
Create an EC2 instance from an Ortus BoxLang engine (Windows Server 2019) AMI (Amazon Machine Image). We have created several Windows-based images to deploy your BoxLang or CFML applications with Compat CFML BoxLang Module.
BoxLang MiniServer
✅
BoxLang with CommandBox
✅
Software and tools installed matrix
On every Windows based Cloud Server you will find software or tools to achieve best experience with our solutions. This software include:
Tool name
Version installed
BoxLang MiniServer
BoxLang + CommandBox
CommandBox
latest
✅
✅
BoxLang runtime
latest
✅(As OS binary)
✅(Into CommandBox)
BoxLang MiniServer (As OS binary)
latest
✅
❌
ColdBox Application
latest
✅
✅
Due these Cloud Servers are Windows Server 2019 based, you can follow this link to know more about base software running.
Environment variables
Variable
Default value
Description
BOXLANG_HOME
C:\boxlangHome
Directory where BoxLang place configs and modules
COMMANDBOX_HOME
C:\CommandBox
Directory where CommandBox place configs and modules
BOXLANG_TARGET_VERSION
latest
BoxLang version installed and to be used for BoxLang
Default site
For every Windows based BoxLang Cloud Server a scheduled task is used to get up and running a Web Server on well know HTTP port 80/TCP. You can find this scheduled task as name "Start ColdBox Sample Application", depending of the server flavor this can be started using BoxLang MiniServer or CommandBox. If you want to start your any custom site, you can update this task if need it, or just only place your custom site under C:\inetpub\wwwroot
folder
BoxLang MiniServer
C:\boxlang\bin\boxlang-miniserver.bat --host 0.0.0.0 --port 80 --webroot C:\inetpub\wwwroot --rewrites index.cfm
Start ColdBox Sample Application
BoxLang with CommandBox
C:\box\box.exe -commandbox_home=C:/CommandBox server start serverConfigFile="C:\inetpub\wwwroot\server.json"
Start ColdBox Sample Application
Last updated
Was this helpful?