Set up your Tomcat application server. (See your Tomcat documentation.)
Copy the bees.war
file into Tomcat’s webapps/ folder.
Send a request to https://localhost:8080/bees
.
If you see a “BEES is operational” message, the deployment is successfully completed.
Enable SSL on your server.