Let's make sure to have a good folder structure to properly organize our two WebBroker projects, Standalone and Apache. Create a new folder for both projects. Inside this folder, create three sub-directories: apache, standalone, and shared. Click on Save All. Save the ServerConst1 unit into standalone and WebModuleUnit1 into the shared folder. Save the project as ToDoWebBrokerStandaloneHTTP and make sure it is saved in the standalone folder.
Run the web server project on Windows. You should see the console window prompting you to enter one of the options. Type in start to start the web server. If you see the message from Windows Firewall, click on the Allow Access button to let client apps communicate with ...