Solved
need error page handler in acs common for 2 domain with seprate 404 page
Hi ,
I have 2 domains and how to handle the same in acs common error handler.
each domain has a separate 404 page.
Currently i have set to one of the error page. Please could you suggest how it could be done.
The setting i have done in acs common is
I am using the below error handler for 404 page
/apps/project/config.publish/ com.adobe.acs.commons. errorpagehandler.impl. ErrorPageHandlerImpl
jcr:primaryType Name sling:OsgiConfig
cache.serve-authenticated Boolean true
cache.ttl Long 300
enabled Boolean true
error-page.system-path String /content/website/404
not-found.behavior String respond-with-404
Thanks