Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Problem with publishing a site to publish server

Avatar

Level 2

Hi all,

I am trying to publish a really simple site created with eclipse archetype 10. I can access a site in author server then i am following the steps from this article https://docs.adobe.com/docs/en/cq/5-6-1/wcm/page_publish.html . Wen i am trying to access a site from my publish server just a blank page is showing. What i am missing to have a success?

5 Replies

Avatar

Level 8

Have you deployed your code to the publish server? You mean using the eclipse archetype so I assume you have created your own templates and components. In addition to deploying you code to the author server you also have to deploy it to the publish server. 

Avatar

Level 2

How i can deploy the files from apps/myprojectname to the publish server. I am just following the the steps from the tutorial and i don`t know how i can check if the apps are deployed successfully to the publish server. Could you please explain me by steps how i can do it. Thanks in advance

Avatar

Level 3

Ensure that the code is deployed into your publish instance(/apps/projectName)along with your css and js files,  Replication agent configured to publisher instance is appropriate and enabled, and the connection to publish instance is succeeded.

Use Below Url to see your replication log in local instance.Moniter error.log as well.

http://localhost:4502/etc/replication/agents.author/publish.log.html#end

Avatar

Level 8

You wouldn't normally be deploying templates and components via OSGI - how did you template and component scripts get deployed to your author server. 

Bottom line is whatever steps you used to deploy your code to you author server you need to repeat on your publish server?