If you wish to set up Foxx Domain on Windows, you have to modify the install.bat or install32.bat file
before running the Ambience installation. Open intall.bat or install32.bat with a Text Editor and modify
the DOMAIN=
definition by replacing the default "eno" with "foxx".
The installation of Ambience with foxx domain on Windows is similar with the installation of
Ambience with eno domain. Refer to the section called “Install Elixir Ambience on Windows” for more information.
The difference is in the zookeeper.properties file. Please be sure to modify
the zookeeper.properties file to change domain.eno
to domain.foxx
and
filling into a different key.
The following contents show an example. Fill in your host machine name and domain names. Leave the default ZooKeeper port as 2181 unless there is a clash with another service. The timeout indicates the heartbeat in milliseconds of the ZooKeeper cluster. If you need to configure a cluster, add more hosts here:
hosts=<machine-name>:2181 timeout=5000 domain.foxx=<key>
To uninstall Ambience after setting up foxx domain, refer to the section called “Uninstall Elixir Ambience from Windows” for more details.