[ announcement ] CommandBox Connection on new 3.0.0 features: January 29th Noon Central

http://www.ortussolutions.com/blog/commandbox-connection-on-new-300-features-january-29th-noon-central

woot!! Stoked!

Just a reminder, this is today in about 45 minutes. See you all there!

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Webinar starting now!

http://www.ortussolutions.com/blog/commandbox-connection-on-new-300-features-january-29th-noon-central

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Hi Brad,

Is there a recording?

Here you go. The recording has been added to our CommandBox Connection page:

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

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

A quick note to anyone using the server.json features of the CommandBox 3.0.0 beta. We have re-organized the format of the server.json which is not compatible with the first iteration. If you delete the server.json file and restart the server with the CLI args, it will be re-saved in the new format.

For example,

server set port=8080

has now become

server set web.http.port=8080.

The new server.json format is also fully documented here:

http://commandbox.ortusbooks.com/content/v/development/embedded_server/serverjson.html

Also, grab the latest build with:

upgrade --latest

Thanks!

~Brad