Start HTML Server
server start cfengine=noneserver set app.cfengine=none
server startLast updated
Was this helpful?
You may want to start up a local server that does not have a CF Engine such as Lucee or Adobe ColdFusion installed. You can do this as of CommandBox 5.1.0 by setting the cfengine parameter to none like so:
server start cfengine=noneOr in your server.json like this
server set app.cfengine=none
server startThis server will support everything that you are used to including the server.json file, heap settings, ports, and virtual directories. The only difference is it will server everything as static files. (.cfm or .cfc files will not be processed)
Last updated
Was this helpful?
Was this helpful?