Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

A couple of things to be aware of when using the Digizuite DAM center in a load balanced environment:

  • Digimonitor should be disabled on one of the servers (Using services)

  • Rabbitmq needs to be disabled on one of the servers (Using services)

    • A new user needs to be created on the remaining webserver’s rabbitmq, with full access to the vhost. The user needs to be able to connect remotely (Which the guest user can’t)

    • The firewall will need to be opened for the 5672 port on the web server.

    • Once rabbitmq has been disabled, the connection information for rabbitmq needs to be updated to point to the other server. This involves updating at least the following configs in the DC:

      • /web.config

      • /digizuitecore/appsettings.json

      • automationworkflows/*/appsettings.json

      • Possibly internal message handling

Other things might also be neccessary, please update this documentation if you find something.

Look at 4 LiU Environment - Production in the customer wiki, they use a load balancer and their configuration is documented.

  • No labels