-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Expected Behaviour
Dispatcher config generated from archetype could be used easily in built image
or in other words... sample/weretail config could be replacable to dispatcher.ams config from archetype
Actual Behaviour
Such config cannot be easily used. No idea how to supplement missing files.
Context
I want to test the dispatcher config on my dev machine locally and have configuration & runtime as close compatible with AMS-one as it is possible. When I tried to replace we retail config bundled in this repo with the config generated from archetype https://github.com/adobe/aem-project-archetype/tree/develop/src/main/archetype/dispatcher.ams I found out that config has references to /etc/httpd/conf.d/proxy but this configuration is not contained anywhere.
I built your image and check for the existence of a "proxy" dir which is referenced by archetype code:
References:
How about such a case?
It is just surprising that you noted that:
This is a simple dispatcher image that is very close to an AMS setup.
but in fact dispatcher.ams config from the archetype cannot be easily used with it.
WDYT?

