App not showing in sites and websites of AEM | Community
Skip to main content
Level 2
March 27, 2018
Solved

App not showing in sites and websites of AEM

  • March 27, 2018
  • 3 replies
  • 3612 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by lotustechsol

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

3 replies

Hemant_arora
Level 8
March 28, 2018

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

lotustechsolAuthorAccepted solution
Level 2
April 11, 2018

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

matth39107775
Level 2
September 6, 2019

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