Dispatcher and multiple sites | Community
Skip to main content
Level 4
October 16, 2015
Solved

Dispatcher and multiple sites

  • October 16, 2015
  • 4 replies
  • 1211 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

Hi Voon Siong, 

Are you sure instance is running in publish mode? If so it should not ask for authentication unless some customization done. 

Thanks,
Sham

4 replies

smacdonald2008
Level 10
October 16, 2015
Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

Hi Voon Siong, 

Are you sure instance is running in publish mode? If so it should not ask for authentication unless some customization done. 

Thanks,
Sham

Level 4
October 16, 2015

smacdonald2008 wrote...

See these AEM Dispatcher topics:

https://dev.day.com/docs/en/cq/current/deploying/dispatcher/disp_domains.html

https://dev.day.com/docs/en/cq/current/deploying/dispatcher.html

 


Thank You for the links.  I am still trying to digest the documents

Level 4
October 16, 2015

Sham HC wrote...

Hi Voon Siong, 

Are you sure instance is running in publish mode? If so it should not ask for authentication unless some customization done. 

Thanks,
Sham

 

Hi Sham,

You are correct.  My instance was not running in publish mode.  That is why it was prompting for credentials.

Thank You.