fman
03/23/2023, 1:26 PMjclausen
03/23/2023, 5:36 PM1. When I’m using CommandBox I’m not using Adobe ColdfusionCommandBox is just a CLI orchestration tool. You can run any CFML server product you wish to. We have even used it to run old Blue Dragon servers
2. I’m getting a ‘Adobe Coldfusion’ Copy from ortus siteNo. You are getting the officially distributed J2EE deployment of Adobe Coldfusion - just packaged to run on CommandBox
Can I use CommandBox in production? We have a Adobe SUpport Contract and I do not know if they will provide supportYes. Absolutely. The deployment is simply a J2EE deployment, rather than a standalone deployment. Adobe supports this. That said, to run Adobe J2EE deployments in production requires an Enterprise license
CommandBox is not using Tomcat, but wildfly, it will be ok to manage the load of a production siteAbsolutely, yes. There are thousands of instances of CFML apps using CommandBox to run them in production. I find JBOSS undertow to be far superior and more efficient than Tomcat.
jclausen
03/23/2023, 5:37 PMbdw429s
03/23/2023, 5:45 PMbdw429s
03/23/2023, 5:48 PMbdw429s
03/23/2023, 5:49 PMbdw429s
03/23/2023, 5:50 PMbdw429s
03/23/2023, 5:54 PMbdw429s
03/23/2023, 5:59 PMfman
03/23/2023, 6:48 PMfman
03/23/2023, 6:48 PMbdw429s
03/23/2023, 8:00 PMbdw429s
03/23/2023, 8:00 PMfman
03/23/2023, 9:29 PMbdw429s
03/23/2023, 9:40 PMbdw429s
03/23/2023, 9:41 PMbdw429s
03/23/2023, 9:42 PMbdw429s
03/23/2023, 9:43 PMfman
03/23/2023, 9:48 PMfman
03/23/2023, 9:49 PMfman
03/23/2023, 9:49 PMjclausen
03/23/2023, 9:49 PMfman
03/23/2023, 9:52 PMbdw429s
03/23/2023, 9:52 PMI'm very curious about the choice to do not use Wildfly directly.Because we could not create the deep level of integration that we get using an off-the-shelf servlet engine. With any out-of-the box servlet, you are stuck with • their installation • their bootstrapping • their config files • their web.xml parsing • their settings/config/xml files Undertow gives us all the power of WIldfly, but in our own packaging which is custom built for CF engines, the way we need it to work • we control how it's bootstrapped • We control how the deployments are made • we control the web.xml parsing which enables many CF-specific behaviors as well as overrides • we control the custom resource manager (which Adobe also does in their custom build of Tomcat) • we control the config files to be our server.json • we integrate things like the tray icon • we can support our own env var conventions • we can add in our custom server rules for CF-specific lock downs and rewrites
bdw429s
03/23/2023, 9:53 PMfman
03/23/2023, 9:54 PMbdw429s
03/23/2023, 9:54 PMbdw429s
03/23/2023, 9:55 PMbdw429s
03/23/2023, 9:58 PMserver set web.blockCFAdmin=true
and we automatically plug in the plumbing to secure your CF and Lucee admins. We have this power and capability because we control the entire stack from the ground upbdw429s
03/23/2023, 9:59 PMbdw429s
03/23/2023, 10:03 PMbdw429s
03/23/2023, 11:44 PMfman
03/24/2023, 7:44 AMbdw429s
03/24/2023, 1:40 PMbdw429s
03/24/2023, 1:42 PMfman
03/24/2023, 3:04 PMbdw429s
03/24/2023, 3:08 PMany idea of cost of CommandBox Pro?I think this is still a work in progress. Please reach out to @jreyben if you'd like to discuss it
what will be the difference with standard CommandBox?We're building this marketing as we speak. The biggest difference is the support, just like any other open source project that also has a commercial version like RHEL or EAP. There will also be some bundled bundles and features that we include
do you still will distribute standard CommandBox?Yes, of course! CommandBox will always be free open source. This is just an offering to larger companies who want to feel like they're entering into more of a contract with a company guaranteeing support etc. It's just like purchasing Nginx+ when you could just use the free version. You pay money for support, a few extra features, and peace of mind that the company has your back. @fman
fman
03/24/2023, 3:13 PMfman
03/25/2023, 6:01 PMfman
03/25/2023, 6:02 PMbdw429s
03/25/2023, 6:45 PMfman
03/27/2023, 1:09 PM