CQ5 local publish instance set up | Adobe Higher Education
Skip to main content
October 16, 2015
Beantwortet

CQ5 local publish instance set up

  • October 16, 2015
  • 6 Antworten
  • 2100 Ansichten

Hi All,

I have CQ5 local author instance and I need to set up local  publish instance.

I have copied jar file and license properties kept in cq-publish folder,Build is done.Core ,UI are generated and restarted the server too.

Site content is not displaying in publish.Can some one help me how can i copy the  site content from author to publish instance instead of uploading the packages.

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von joerghoh

Hi,

it's not sufficient just to replicate content to publish; you need to have your application code (templates, components, OSGI bundles) on publish as well. The safest way is to deploy them to publish using the same approach as you deploy them to authoring.

kind regards,
Jörg

6 Antworten

Community Advisor
October 16, 2015

You can use Activate Tree function which moves content from author to publish instance without package manager.

Following example shows hot to activate pages, you need to activate your code in the same way.

http://docs.adobe.com/docs/en/cq/5-5/wcm/page_publish/tree_activate.html

Adobe Employee
October 16, 2015

You should set up replication agents to publish the content from author to publisher. (By default of the default agent is configured for your publisher instance running on port 4503) 

Please refer the documentation.

http://docs.adobe.com/docs/en/cq/current/deploying/replication.html#Replication%20Agents%20-%20Configuration%20Parameters 

October 16, 2015

If I activated the page in author instance and the page is showing blank in publish instance.

I am getting the error(Unable to compile jsp classes)

Scott_Brodersen
Level 8
October 16, 2015

Did you replicate the components that render the pages?

October 16, 2015

Sorry I am not getting.Could you please elaborate more .

joerghoh
Adobe Employee
joerghohAdobe EmployeeAntwort
Adobe Employee
October 16, 2015

Hi,

it's not sufficient just to replicate content to publish; you need to have your application code (templates, components, OSGI bundles) on publish as well. The safest way is to deploy them to publish using the same approach as you deploy them to authoring.

kind regards,
Jörg