Configuring Author and Publish in AEM Screens configuring-author-and-publish-in-aem-screens

This page highlights the following topics:

  • Configuring Author and Publish Instances
  • Setting Up Publish Topology
  • Managing Publication: Delivering Content Updates from Author to Publish to Device

Prerequisites prerequisites

Before getting started with author and publish servers, you should have prior knowledge of:

  • AEM Topology
  • Creating and Managing AEM Screens Project
  • Device Registration Process
NOTE
This AEM Screens functionality is only available, if you have installed AEM 6.4 Screens Feature Pack 2. To get access to this Feature Pack, you must contact Adobe Support and request access. Once you have permissions you can download it from Package Share.
IMPORTANT
If you want to use more than one publish instances with dispatcher, you must update the dispatcher.any file in your dispatcher. See Enabling Sticky Sessions for more details.

Configuring Author and Publish instances configuring-author-and-publish-instances

NOTE
To learn more about the author and publish architectural overview and how the content is authored on an AEM author instance and then forward-replicated to multiple publish instances, refer to Author and Publish Architectural Overview.

The following section explains how to setup replication agents on author and publish topology.

You can set up a simple example, where you host an author and two publish instances:

  • Author –> localhost:4502
  • Publish 1 (pub1) –> localhost:4503
  • Publish 2 (pub2) –> localhost:4504

Setting up Replication Agents on Author setting-replication-agents

To create replication agents, you must learn how to create a standard replication agent.

There are 3 replication agents that are needed for Screens:

  1. Default Replication Agent (specified as Standard Replication Agent)
  2. Screens Replication Agent
  3. Reverse Replication Agent

Step 1: Creating a Default Replication Agent step-creating-a-default-replication-agent

Follow the steps below to create a default replication agent:

  1. Navigate to your AEM instance –> hammer icon –> Operations –> Configuration.

    screen_shot_2019-02-25at24621pm

  2. Select the Replication from the left navigation tree.

    screen_shot_2019-02-25at24715pm

  3. Select the Agents on author from the Replication folder and click New to create a new standard replication agent.

    screen_shot_2019-02-25at25400pm

  4. Enter the Title and Name to create the replication agent and click Create.

    screen_shot_2019-02-25at25737pm

  5. Right click the replication agent and click Open to edit the settings.

    screen_shot_2019-02-25at30018pm

  6. Click Edit to open the Agent Settings dialog box to enter the details.

    note note
    NOTE
    User needs to check Enabled to enable replication agent. You must check this option on Default, Screens and Reverse Replication Agents.

    screen_shot_2019-02-25at30134pm

  7. Navigate to the Transport tab and enter the URI, User and Password.

    screen_shot_2019-03-04at34955pm

    note note
    NOTE
    You can also copy and rename an existing default replication agent.

Creating Standard Replication Agents creating-standard-replication-agents

  1. Create standard replication agent for pub1 (out-of-the-box default agent should already be configured) (for example, https://<hostname>:4503/bin/receive?sling:authRequestLogin=1)
  2. Create standard replication agent for pub2. You can copy s replication agent for pub1 and update the transport to be used for pub2 by changing the port in the transport configuration. (for example, https://<hostname>:4504/bin/receive?sling:authRequestLogin=1)

Creating Screens Replication Agents creating-screens-replication-agents

  1. Create a screens replication agent for pub1. Out-of-the-box, there is one named Screens Replication Agent that points to port 4503. This needs to be enabled.

  2. Create a screens replication agent for pub2. Copy the Screens Replication Agent for pub1 and change the port to point to 4504 for pub2.

    note note
    NOTE
    To learn how to configure Screens Replication Agents, see Configuring Screens Replication Agent.

Creating Screens Reverse Replication Agents creating-screens-reverse-replication-agents

  1. Create a reverse replication agent for pub1.
  2. Create a reverse replication agent for pub2. You can copy reverse replication agent for pub1 and update the transport to be used for pub2 by changing the port in the transport configuration.

Setting up Publish Topology setting-up-publish-topology

Step 1: Configure Apache Sling Oak-Based Discovery step-configure-apache-sling-oak-based-discovery

Set up Apache Sling Oak-Based Discovery for all Publish instances in the topology

For each publish instance:

  1. Navigate to https://<host>:<port>/system/console/configMgr

  2. Select Apache Sling Oak-Based Discovery Service Configuration.

  3. Update Topology connector URLs: add URLs of all partaking publish instances that is:

    • https://publish:4503/libs/sling/topology/connector
    • https://publish:4504/libs/sling/topology/connector
  4. Topology connector Whitelist List: Adapt to IPs or subnets covering all publish instances. Ensure you whitelist the IP/hostname of all publish instances without the port number.

  5. Enable Auto-Stop Local-Loops

The configuration should be identical for each publish instance and the auto-stop Local-loop prevents an infinite loop.

Step 2: Verify Publish Topology step-verify-publish-topology

For any of the publish instances navigate to https://:/system/console/topology. You should see each publish instances represented in the topology under Outgoing topology connectors.

Step 3: Setup ActiveMQ Artemis Cluster step-setup-activemq-artemis-cluster

This step allows you to create encrypted password for ActiveMQ Artemis cluster.
The cluster user and password of all publish instances in the topology needs to be identical. The password of the ActiveMQ Artemis configuration needs to be encrypted. Since each instance has its own encryption key it is necessary to use Crypto Support to create an encrypted password string. Then encrypted password will be used in the OSGi config for ActiveMQ.

On each Publish Instance:

  1. In the OSGi Console navigate to MAIN –> Crypto Support (https://&lt;host&gt;:&lt;port&gt;/system/console/crypto).
  2. Type in the desired plain text password (same for all instances) in Plain Text
  3. Click Protect.
  4. Copy the value Protected Text to notepad or text editor. This value will be used in the OSGi config for ActiveMQ.

Since each publish instance by default has unique crypto keys you need to perform this step on each pub instance and save the unique key for the next configuration.

NOTE
The password should start and end with curly brackets. For example:
{1ec346330f1c26b5c48255084c3b7272a5e85260322edd59119828d1fa0a610e}

Step 4: Activate ActiveMQ Artemis Cluster step-activate-activemq-artemis-cluster

On each publish instance:

  1. Navigate to the OSGi Config manager https://&lt;host&gt;:&lt;port&gt;/system/console/configMgr

  2. Select Apache ActiveMQ Artemis JMS Provider Configuration

  3. Update the following:

    • Cluster Password: use encrypted value from previous step per respective instance
    • Topics: {name: 'commands', address: 'com.adobe.cq.screens.commands', maxConsumers: 50}

Verify ActiveMQ Artemis Cluster verify-activemq-artemis-cluster

Follow the steps below on each Publish instance:

  1. Navigate to the OSGi Console -> Main > ActiveMQ Artemis https://localhost:4505/system/console/mq.

  2. Verify and check to view the ports of other instances under Cluster Information > Topology > nodes=2, members=2.

  3. Send a Test Message (top of the screen under Broker Information)

  4. Enter the following changes in fields:

    1. Destination: /com.adobe.cq.screens/devTestTopic
    2. Text: Hello World
    3. View the error.log of each instance to see that the message was sent and received across the cluster
NOTE
Navigating to OSGi console, may take a few seconds after saving the configuration in the preceding step. You can also check the error.log for more details.

As an example, the following image displays on successful configuration of ActiveMQ Artemis Server.

If you do not see the following configuration from /system/console/mq, then navigate to /system/console/mq and click Restart to restart the broker.

image-2018-06-18-18-14-55-449

Remove referrer header requirement remove-referrer-header-requirement

Follow the steps on each Publish instance:

  1. Navigate to the OSGi Console > Configuration Manager
  2. Select Apache Sling Referrer Filter
  3. Update config and check Allow Empty

Configuring Author and Publish Instance configuring-author-and-publish-instance

Once you have set up the publish topology, you need to configure the author and publish instances, to view the practical results of implementation:

NOTE
Prerequisites
To get started with this example, create a new AEM Screens project followed by creating a location, display, and channel in your project. Add content to your channel and assign the channel to a display.

Step 1: Starting an AEM Screens Player (device) step-starting-an-aem-screens-player-device

  1. Launch a separate browser window.
  2. Go to Screens player using the web browser, that is,https://localhost:4502/content/mobileapps/cq-screens-player/firmware.html or launch the AEM Screens app. When you open the device you will notice the device’s state as unregistered.
NOTE
You can open an AEM Screens player using the AEM Screens app you downloaded or using the web browser.

Step 2: Registering a Device on Author step-registering-a-device-on-author

  1. Go to https://localhost:4502/screens.html/content/screens/we-retail or select your project and navigate to Devices > Device Manager.
  2. Select Register Device.
  3. Click Device Registration to view the device.
  4. Select the device you want to register and click Register Device.
  5. Verify the registration code and click Validate.
  6. Enter a title for your device and click Register.

Step 3: Assigning the Device to Display step-assigning-the-device-to-display

  1. Click Assign Display from the dialog box from the preceding step.
  2. Select the display path for your channel from the Locations folder.
  3. Click Assign.
  4. Click Finish to complete the process, and now the device is assigned.

Check your player and you will see the content that you added in your channel.

Step 4: Publishing Device Configuration to Publish Instances step-publishing-device-configuration-to-publish-instances

Verifying the Device

Follow the steps below to replicate the device user:

  1. Navigate to the user admin page (e.g: https://localhost:4502/useradmin
  2. Search for the screens-devices-master group
  3. Right click on the group, and click Activate
CAUTION
Do not activate author-publish-screens-service as it is a system user, used by the Author Job.

You can also activate the device from the Device Management Console. Follow the steps below:

  1. Navigate to your Screens project –> Devices.
  2. Click Device Manager from the action bar.
  3. Select the device and click Activate from the action bar, as in shown in the figure below.

screen_shot_2019-02-21at111036am

NOTE
Alternatively, once you have activated the device you also can edit or update the server URL by clicking Edit server URL from the action bar, as shown in the figure below and your changes will be propagated to the AEM Screens player.

screen_shot_2019-02-21at105527am

Publishing Check list publishing-check-list

The following points summarizes the Publishing Check list:

  • Screens Device User - This is stored as an AEM user and be activated from Tools > Security > Users. The user will be prefixed with “screens” with a long serialized string.

  • Project - The AEM Screens project.

  • Location - Location that device is connected to.

  • Channel(s) - one or more channels that are being displayed at the location

  • Schedule - if using a schedule ensure this is published

  • Location, Schedules, and Channel Folder - if the corresponding resources are inside a folder.

Follow the steps below to verify the author/publish behavior:

  1. Update some channel content on author instance
  2. Perform Manage Publication to publish new changes to all publish instances
  3. Press Activate to activate the device from Device Manager
  4. Edit URL from author instance URL to one of the publish instances URL
  5. Verify the updated channel content displays on the AEM Screens player
  6. Repeat these steps using a different publish instance

Step 5: Pointing the Device to Publish Instance in the Admin Panel step-pointing-the-device-to-publish-instance-in-the-admin-panel

  1. View the admin UI from the Screens player, long press on the top left corner to open the Admin menu, on your touch enabled AEM Screens player, or by using a mouse.
  2. Click the Configuration option from the side panel.
  3. Change author instance to publish instance in Server.

View the changes in your AEM Screens player.

Alternatively, you can also update/edit the server URL from the device management console using the following steps:

  1. Navigate to your AEM Screens project and select the Devices folder.
  2. Click Device Manager from the action bar.
  3. Select the device and click Edit server URL from the action bar, as shown in the figure below and your changes will be propagated to the AEM Screens player.

screen_shot_2019-02-07at31028pm

The Manage Publication feature allows you to deliver content updates from author to publish to device. You can publish/un-publish content for your entire AEM Screens project or only for one of your channel, location, device, application, or a schedule. To learn more about this feature, refer to On-Demand Content Update.

Troubleshooting Tips troubleshoot-tips

Follow the section below to get answers to frequently asked questions related to author/publish setup.

How to add a Redirect from https to http after initial registration and assignment? add-redirect

Solution
Set Enable Proxy/Load Balancer Connection in the Jetty configuration to true.

How to Update offline content and player download issues with assets outside /content/dam/projects/<project>? update-offline-content

Solution
Give read permissions for bulk-offline-update-screens-service user and screens-devices-master group for all /content/dam or the specific assets you want to use, if you want to be more restrictive.

How to resolve Screens Replication Agent errors? replication-agent

Solution
Make sure you have not checked Use for reverse replication option in the agent configuration. Screens Replication Agent cannot be used as a reverse replication agent and the scope of this feature is to forward device commands from author to publish.

recommendation-more-help
adce462a-f916-4dbe-9ab5-0b62cfb0f053