Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

App not showing in sites and websites of AEM

Avatar

Level 2

Hi,

I have created maven app and installed the package into the AEM 6.3. I can see my app under /app in crx/de and active in OSGI console(system/console). Also, i don't see any errors in the error.log file.

I still don't see my app in the sites or website of AEM

http://localhost:4502/sites.html/content

http://localhost:4502/siteadmin#/content

Thanks

Lotus

1 Accepted Solution

Avatar

Correct answer by
Level 2

Since there is no content i was not able see my app in the sites.

View solution in original post

3 Replies

Avatar

Level 9

Did you use the below command to create app ?

mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DarchetypeGroupId=com.adobe.granite.archetypes -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=11 -DarchetypeCatalog=https://repo.adobe.com/nexus/content/groups/public/

Refer to the below article

https://helpx.adobe.com/experience-manager/using/maven_arch11.html

Avatar

Correct answer by
Level 2

Since there is no content i was not able see my app in the sites.

Avatar

Level 2

But how do you create content when there isn't a site to assign it to?