Expand my Community achievements bar.

SOLVED

Dispatcher and multiple sites

Avatar

Level 4

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

4 Replies

Avatar

Correct answer by
Level 10

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

Avatar

Level 4

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

Avatar

Level 4

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.