Deploy the BEES reference implementation

Last update: 2023-10-02
  1. Set up your Tomcat application server. (See your Tomcat documentation.)

  2. Copy the bees.war file into Tomcat’s webapps/ folder.

  3. Send a request to https://localhost:8080/bees.

    If you see a “BEES is operational” message, the deployment is successfully completed.

  4. Enable SSL on your server.

On this page