Hi all,I'm using aem as cloud service 2023 version when i trying to setup publish instance on my local machine i'm getting this error while starting the aem jar file. Kindly give some ideas to resolve this issue.HTTP ERROR 404 Not FoundURI:STATUS:MESSAGE:SERVLET:/404Not Foundorg.apache.felix.http.ba...
Hi all,I have issue that is regarding a redirect from www to a non www site (i.e http$://www.domain.com to http$://domain.com). I know this can be done using sling mapping in /etc/map but faster accessing i wants this done at the dispatcher level according to AEM best practices. This is for an AEM a...
Hi Lakshmi,The properties which you are given in the Screenshot is correct, Might be issue in your HTL code you can check it.Try with target="${properties.target}"ThanksNandheswara
Hi all,Can anyone suggest some Junits 5 blog for creating test case for below code@inject
@Via("resource")
@Named("multifield/.")
private List<Multi> multifields;
@Override
public List<Multi> getMultifields() {
return multifields;
} Thanks in AdvanceNandheswara
Hi All,
I'm facing issue with "Adobe ID is not linked with Adobe Experience Cloud solution accounts". Anyone can provide the steps to link my adobe id with Adobe Experience Cloud solution accounts.
Hi all,
I created the Junits test case for one of my simple return method but while trying to run the junit test case it throws an Null Pointer Exception as below screen shot, please give some suggestion for resolving this error.