/aem-helloworld-publish-dispatcher

Example AEM Hello World Publish-Dispatcher artifact

Primary LanguageMakefileApache License 2.0Apache-2.0

Build Status

AEM Hello World Publish-Dispatcher

This is an example AEM Hello World artifact that will be deployed to an AEM Publish-Dispatcher instance.

This artifact contains:

Template files are written in Embedded Puppet template syntax.

Check out Dispatcher Template Parameters for a list of available parameters to be used from EPP template files.

Usage

To create artifact zip file:

make package

The artifact will be written at stage/aem-helloworld-publish-dispatcher-<version>.zip

Troubleshooting

After the deployment of AEM Hello World Publish-Dispatcher artifact and AEM Hello World package, the following URL paths should be accessible via AEM Publish-Dispatcher instance:

  • /content/helloworld - Hello World page served from AEM Publish instance
  • /cafe-helloworld - a rewrite rule (using relative path) configured in Publish-Dispatcher instance
  • /cafe/helloworld - a rewrite rule (using absolute path) configured in Publish-Dispatcher instance
  • /images/earth.jpg - a sample static asset image served from Apache docroot