Marco
05/27/2022, 3:32 PMDaniel Mejia
05/27/2022, 3:34 PMDaniel Mejia
05/27/2022, 3:35 PMDaniel Mejia
05/27/2022, 3:36 PM<http://my-domain>:<some-random-port>
Daniel Mejia
05/27/2022, 4:11 PMDaniel Mejia
05/27/2022, 4:17 PMcommandbox> server start --console --trace
That way in the console you can see errors/reasons why it didn't start.Marco
05/27/2022, 4:21 PMDaniel Mejia
05/27/2022, 5:26 PMDaniel Mejia
05/27/2022, 5:31 PM{
"name": "My Site",
"profile": "development",
"app": {
"cfengine": "adobe@2021.0.3+329779"
},
"cfconfig": {
"file": "server.cfconfig.json"
},
"web": {
"aliases": {
"/images": "C:/sites/assets/images"
},
"host": "<http://localdev.mysite.com|localdev.mysite.com>",
"HTTP": {
"port": 80
},
"welcomeFiles": "default.cfm,index.cfm,index.html",
"GZIPEnable": true,
"rewrites": {
"enable": "true"
}
},
"jvm": {
"minHeapSize": "512",
"heapSize": "512"
}
}
Daniel Mejia
05/27/2022, 5:32 PMserver start --console --trace
commandDaniel Mejia
05/27/2022, 5:32 PM<http://localdev.mysite.com>
on port 80Marco
05/27/2022, 5:35 PMDaniel Mejia
05/27/2022, 5:39 PMcommandbox> server set web.host = '<http://localdev.mysite.com|localdev.mysite.com>'