Hello
I'm fairly new to AEM, so bear with me if I'm not using the right terminology.
Using Dispatcher with Multiple Domains
I followed the steps outlined in the link referenced above. I used Approach-1, where AEM rewrites the URLs rather than setting up apache rewrites. Lot of the stuff works. I do see pages being cached, etc. What I'm struggling with are the resource maps that need to be setup for URL shorterning.
I'm kind of lost on what exactly needs to be done in /etc/map/http. I tried several things but nothing seems to work completely. My dispatcher renderer is pointing to hostname - "127.0.0.1" & port - "4503".
All of the documentation points to creating the maps based on domain name. It is not clear to me how the domain name is passed to the publish instance. The dispatcher is always going to request using the localhost based on the configuration I have above..
I'm missing something basic here. Am I supposed to change the hostname in the dispatcher renderer to whatever host I'm targeting?
Here is some more information about my setup.
Publish Instance URL: localhost:4503
Content Path: /content/wknd/en.html
Domain Name: dev.wknd.com
What resource maps do I need to create to shorten the urls with this setup?
thanks
-kamal