AEM 6.1 siteadmin page on publisher | Community
Skip to main content
Level 2
February 19, 2016
Solved

AEM 6.1 siteadmin page on publisher

  • February 19, 2016
  • 11 replies
  • 4600 views

Hi,

I tried to install aem 6.1 with "java -jar cq-publish-p8081.jar -r publish,nosamplecontent" option and when I login to publisher with admin user and go to http://localhost:4503/siteadmin. The page is an empty page with no content. If I do the same without nosample content option then all works fine as expect. Can some one help on this issue ?

Thanks

Bipin

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 ogill

Hi,

if installing I am installing AEM on a server, I always use the following approach:

First I unpack the jar file

java -jar <aem-version>.jar -unpack

Once unpacked I edit the start script in "crx-quickstart/bin"

Change the runmode, add any options such as nosampleconent, modify the HEAP allocated. Here is an example script for an author instance[0]. I then use the script to start AEM. 

Regards,

Opkar

[0]https://gist.github.com/jayankandathil/47bf5113d91e42903ddb

11 replies

ogillAdobe EmployeeAccepted solution
Adobe Employee
February 20, 2016

Hi,

if installing I am installing AEM on a server, I always use the following approach:

First I unpack the jar file

java -jar <aem-version>.jar -unpack

Once unpacked I edit the start script in "crx-quickstart/bin"

Change the runmode, add any options such as nosampleconent, modify the HEAP allocated. Here is an example script for an author instance[0]. I then use the script to start AEM. 

Regards,

Opkar

[0]https://gist.github.com/jayankandathil/47bf5113d91e42903ddb