boxlang-runtime-commandbox

Configure and deploy BoxLang in Java servlet environments via CommandBox.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ortus-boxlang/skills --skill boxlang-runtime-commandbox-ortus-boxlang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: boxlang-runtime-commandbox
Source: https://github.com/ortus-boxlang/skills/tree/main/boxlang-developer/runtime-commandbox
Command: npx skills add https://github.com/ortus-boxlang/skills --skill boxlang-runtime-commandbox-ortus-boxlang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BoxLang deployment in a full enterprise Java servlet environment using CommandBox provides a reproducible, SSL-enabled, multi-site capable deployment pathway with server.json-driven configuration and modular provisioning.

Core Features & Use Cases

  • Enterprise deployment in a full Java servlet container (CommandBox) for BoxLang production workloads.
  • Manage server lifecycles, SSL/rewrites, and BoxLang modules via server.json and deployment scripts.
  • Use cases include SSL-enabled sites, multi-site hosting, and automated module installation in CI/CD pipelines.

Quick Start

Install CommandBox, configure server.json for BoxLang, and start the BoxLang server with cfengine=boxlang.

Frequently Asked Questions about boxlang-runtime-commandbox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy BoxLang in a full Java servlet environment using CommandBox?▼

To deploy BoxLang in a full Java servlet environment, install CommandBox, configure your server.json file with cfengine=boxlang, and execute the server start command to provision your production application.

Can I configure SSL and multi-site hosting for BoxLang applications?▼

Yes, you can configure SSL and multi-site hosting for BoxLang applications by defining the required settings and rewrite rules within your server.json file. CommandBox manages the server lifecycle to enable these enterprise deployment features.

How do I manage BoxLang modules in a CI/CD pipeline?▼

You can manage BoxLang modules in a CI/CD pipeline by using deployment scripts alongside your server.json configuration. CommandBox handles automated module installation and provisioning to ensure reproducible enterprise environments.

Does CommandBox support reproducible server configurations for BoxLang?▼

Yes, CommandBox supports reproducible server configurations for BoxLang by driving the environment setup through a server.json file. This ensures consistent server lifecycle management, environment configuration, and deployment workflows across instances.

What is the best way to handle server lifecycle management for enterprise BoxLang deployments?▼

The best way to handle server lifecycle management for enterprise BoxLang deployments is using CommandBox with server.json. It provides reproducible configurations, automated module provisioning, and integration with BoxLang+/++ subscription workflows.