Category Selected:

commandbox

Blog

CommandBox 5.0.0-RC.1 Release Candidate Available

Brad Wood |  February 14, 2020

We are pleased to announce the first Release Candidate of CommandBox 5.0.0-RC.1 is now available.  This release started as 4.9.0-alpha, but we decided to go ahead with a major version bump due to some major updates in our Java libraries.  Most notably, Lucee 5.3 and Java 11 support.  Please help us test this RC.  If no issues are found, we'll turn it into a final release.  

Read More

Using CFConfig to apply Government STIGs to ColdFusion servers

Brad Wood |  January 27, 2020

I wanted to highlight a recent project I help a client out with, where we used CFConfig to help automate the process of applying government STIGs to ColdFusion servers.  A STIG, or Security Technical Implementation Guide, is meant to standardize the process of setting up and auditing secure servers.  If you manage servers in a government or corporate setting, you may be familiar with this.  If not, you should still be automating your locks downs anyway, so keep reading.  

Read More

FORGEBOX v4.9.0 Released

Luis Majano |  December 13, 2019

Today we are pleased to announce a minor release for our FORGEBOX suite of products to version 4.8.0. This release includes lots of fixes and some great additions for your development needs for all Editions: Community and Enterprise.

Read More

Screencast - Using the FusionReactor Profiler to find slow code

Brad Wood |  December 05, 2019

In this tutorial, Brad Wood shows how to use FusionReactor features such as the request Profiler to identify several bottlenecks of slow code in a ColdFusion app.

Read More

FORGEBOX v4.8.0 Released

Luis Majano |  November 06, 2019

Today we are pleased to announce a minor release for our FORGEBOX suite of products to version 4.8.0. This release includes lots of fixes and some great additions for your development needs for all Editions: Community and Enterprise.

Read More

CommandBox Web Server Lockdown Example

Brad Wood |  October 07, 2019

More and more people are using CommandBox or our Ortus Docker containers (powered by CommandBox) for production deployments.  Commandbox uses JBoss Undertow which is very lightweight and fast, and capable of service traffic just as fast as IIS or Apache.  A lot of people ask me about running CommandBox in production and I always say it's find so long as you follow the same basic lockdown procedures you'd take on any web server.  If you have IIS or Apache sitting in front of CommandBox, most of this configuration can happen there, but for people who want drop-dead simply prod servers, here's some quick tips on locking down your CommandBox server.

Read More

CommandBox 4.8.0 Released

Brad Wood |  September 17, 2019

We're proud to announce the immediate release of CommandBox 4.8.0 which is a minor release, containing a handful of bug fixes, new features, and improvements.  You can download the new release on our product page:

https://www.ortussolutions.com/products/commandbox

Please note this release is still using Lucee 5.2 to power the CLI due to unaddressed bugs still in the 5.3 series of releases.  We are still working with LAS to get those fixed, but in the mean time, we still recommend using Java 8 for your CLI to avoid errors.

Read More

CommandBox Screencast - Service Manager Module

Brad Wood |  September 04, 2019

In this screencast we see a demo of the new CommandBox Service Manager module running on Windows and Ubuntu Linux.

Read More

CommandBox Service Manager 1.0.0 Released

Brad Wood |  August 22, 2019

We are pleased to announce the first release of the CommandBox Service Manager 1.0.0.  The Service Manager is a commercial CommandBox module that allows you to create, update, and control Windows Services for your CommandBox servers with ease.  You can configure logging, auto-restart, and the user the service runs as.   This is ideal for a staging or ...

Read More

TestBox Screencast - Code Coverage

Brad Wood |  June 24, 2019

In this video, we show how to get started measuring the code coverage of your test suite with TestBox 3.0 and FusionReactor.

Read More