We have 4 different environments, Existing mapping:AEM EnvironmentLaunch
EnvironmentDEVDevelopmentTESTtestSTAGEStagingPRODProduction According to
documentation / videos we can connect instances only to Launch Staging /
Production. I haven't found any docs related to it. Should it be also
Adobe I / O or some other mechanism?We have a lot of developers, so it
will be hard to manage so many connections. Many thanks for your help!
I am trying to understand when it make sense to use multiple renderer in
dispatcher.any configuration. For example I have this setup.On
Dispatcher-1 server: /renders { /0001 { /hostname
"https://publish-1.com" /port "8443" } /0002 { /hostname
"https://publish-2.com" /port "8443" } } On Dispatcher-2 server:
/renders { /0001 { /hostname "https://publish-1.com" /port "8443" }
/0002 { /hostname "https://publish-2.com" /port "8443" } } Now as per my
understanding dispatcher will forward the traffic t...
The component X should render the component Y using data-sly-resource
and pass selector for rendering is different tile. See the Core carousel
/ Tabs component. @arunpatidar the list component does not have the
above functionality(allow another component ) as described.
Is there any product limitation if I enable CUG and specify vanity url
path of a page? 1. Create a page with CUG enable and specify vanity url
path 2. Replicate this page in publish. 3. If I try to open using vanity
url in publish server then I get 404 error.Is it a product bug?I even
tried to customize CUG implementation, so that if I open vanity url then
Authentication should be on. And it is showing correctly. See the image
attached. Now if I open vanity page(http://localhost:4503/happy3 is t...
Hi Tung, Have you tried this -@Component @Providespublic class
MyComponent implements MyService { @ServiceProperty(name="username",
mandatory=true)private String m_username; @Property(name="password",
mandatory=true)private String m_password;//...}
I assume that you are using OAUTH for authentication, take a look at
OOTB Facebbok/Twitter authentication handler. You have to create custom
authentication handler to achieve this.