


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?
Views
Replies
Sign in to like this content
Total Likes
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.
Views
Replies
Sign in to like this content
Total Likes
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
Views
Replies
Sign in to like this content
Total Likes
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
Views
Replies
Sign in to like this content
Total Likes
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?
Views
Replies
Sign in to like this content
Total Likes
I have deployed all apps content vie http://localhost:4502/miscadmin#/etc/replication/treeactivation . I dont know is this correctly but i did it
Views
Replies
Sign in to like this content
Total Likes