Dispatcher and multiple sites
Hi,
I was wondering how we can use the AEM dispatcher to point to the landing page of a website in the publish instance. At the moment, I have a working dispatcher that is rendering content from the publish instance from the / directory. In other words, http://myserver is serving the same content as http://myserver:4503 (which is my publish instance).
My publish instance has the geometrixx and geometrixx-outdoor sites. How can I configure the dispatcher so that users who go to http://myserver will see the geometrixx content instead of the default http://myserver:4503/content.html (or whatever rootmappingservlet page that was set)? How can I bypass the AEM login with the dispatcher? Can the bypass be possible or should something be done with the site first before we proceed to configure the dispatcher?
Thank You.