WebUI in confd-6.4.1 and confd-6.4.2 not working

WebUI in confd-6.4.1 and confd-6.4.2 not working. I tried fresh installs on new VMs and get
Not Found
The requested URL /login.html was not found on this server.
Server at localhost:8008

I am using all of the defaults for the example 1-2-3-start-query-model.

Thanks in advance.

I must add that the logs indicate that the confd is listing on the WebUI port
" 24-Jun-2017::05:59:02.510 localhost confd[14016]: - CDB load: processing file: ./confd-cdb/aaa_init.xml
24-Jun-2017::05:59:02.755 localhost confd[14016]: - Starting to listen for NETCONF SSH on 0.0.0.0:2022
24-Jun-2017::05:59:02.787 localhost confd[14016]: - Starting to listen for NETCONF TCP on 127.0.0.1:2023
24-Jun-2017::05:59:02.883 localhost confd[14016]: - Starting to listen for WebUI TCP on 0.0.0.0:8008
24-Jun-2017::05:59:02.884 localhost confd[14016]: - Starting to listen for WebUI SSL on 0.0.0.0:8888
24-Jun-2017::05:59:02.950 localhost confd[14016]: - Starting to listen for CLI SSH on 0.0.0.0:2024

"

I had to add
/home/ubuntu/confd-6.4.2/examples.confd/webui/basic/docroot

to confd.conf. Is this expected or shall it be done by default?

The WebUI isn’t enabled by default on the 1-2-3-start-query-model example.

The simplest way to enable WebUI and make use of the example WebUI that comes with the ConfD example set is to copy the confd.conf from the webui/basic example and create a symbolic link to the docroot folder under the webui/basic directory.

If you continue to have issues running the WebUI, file a RT ticket with our support team.

Thank you. I have updated the confd.conf to fit the example that I am working on.
I may have misinterpreted the documentation that it is enabled by default.