Hello. I'm playing with Adobe Coldfusion Builder ...
# cfml-general
p
Hello. I'm playing with Adobe Coldfusion Builder (ACB) in VS Code. I'm using commandbox to launch an instance of CF2023. I'm then trying to add a server to ACB. In the process I need to set the path to "*Server Home*". So I use the results of the command
server info property=serverHomeDirectory
in commandbox to find the CF root directory. ACB just gives me "*Invalid Server Home*" message when trying to set my "*Server Home*" path to that path. Anyone know a way around this?
b
I want to say this needs to be the WEB-INF or cfusion directory or something a little more specific than the CommandBox home dir
p
I've added
\WEB-INF\cfusion
to the end of the path as well and still it doesn't like it.
\WEB-INF
is no good as well
b
I would look for some documentation from Adobe
And maybe reach out to them
m
This part is the worst portion of the developer experience in our VS Code extension. Brad is correct that "Server Home" should be the cfusion directory, wherever that's found. And Document Root should be wherever the code is found (in my case \cfusion\wwwroot on my local dev box).