Expand my Community achievements bar.

SOLVED

Publishing problems

Avatar

Level 1

AEM champs,

I'm very new to AEM, so please forgive me for the very basic nature of this question. I am trying to simply view a web page I've published, but am unable to do so. Here's what I've done:

1) Created  'author' and 'publish' folders, with the respective cq-author-4502.jar, cq-publish-4503.jar, and license files. Launched both.

2) In cq-author-4502, created a sample page (my_site/my_page.html), and published it by clicking on 'Activate'.

3) Tried to access published page at http://<domain>:4503/content/my_site/my_page.html. 

4) But rather than getting the published page, I get the AEM login screen instead. 

What am I missing? Any pointers would be greatly appreciated.

Santxo

1 Accepted Solution

Avatar

Correct answer by
Level 10

Have you followed all the instructions in the AEM doc topic:

http://dev.day.com/docs/en/cq/current/wcm/page_publish.html

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Have you followed all the instructions in the AEM doc topic:

http://dev.day.com/docs/en/cq/current/wcm/page_publish.html

Avatar

Level 1

Thanks for your reply.

I found out what I did wrong. I inadvertently typed "publisher" in the name of the jar file instead of "publish". 

Santxo