Jar renaming in cq5 | Community
Skip to main content
narayanank84409
New Participant
October 16, 2015
Solved

Jar renaming in cq5

  • October 16, 2015
  • 4 replies
  • 1445 views

We can rename the cq.jar, it will start to work.

but in which file it will start to write the configuration and where can see the file.

What is the path to see the file.

Please help me to understand the background process

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 Pawan-Gupta

Hello,

All bundles deployed in CQ can be found under crx-quickstart\launchpad\felix folder and the folder name for bundle directly maps to the ID in felix console (i.e. /system/console/bundles)

so for example bundle crx-quickstart\launchpad\felix\bundle343 is the jar location for bundle with ID 343 in http://<host>:<port>/system/console/bundles

 

Thanks,

Pawan

4 replies

Employee
October 16, 2015

Hi,

You will find detailed explanation on the deployment page [0], especially [1] that tells you how to rename and [2] that gives you the install directory once unpacked.

Hope that helps,

Alex

 

[0] http://docs.adobe.com/docs/en/aem/6-0/deploy.html

[1] http://docs.adobe.com/docs/en/aem/6-0/deploy.html#Author%20and%20Publish%20Installs

[2] http://docs.adobe.com/docs/en/aem/6-0/deploy.html#Unpacked%20Install%20Directory

Pawan-Gupta
Pawan-GuptaAccepted solution
New Participant
October 16, 2015

Hello,

All bundles deployed in CQ can be found under crx-quickstart\launchpad\felix folder and the folder name for bundle directly maps to the ID in felix console (i.e. /system/console/bundles)

so for example bundle crx-quickstart\launchpad\felix\bundle343 is the jar location for bundle with ID 343 in http://<host>:<port>/system/console/bundles

 

Thanks,

Pawan

narayanank84409
New Participant
October 16, 2015

Hi,

Thanks for the reply.

Is the same procedure for 5.6.1 version.

Please let me know

smacdonald2008
New Participant
October 16, 2015

Here is the 5.6 docs:

http://docs.adobe.com/docs/en/cq/5-6-1/getting_started/download_and_startworking.html#Installing%2520CQ

There should not be any real difference. I have not seen differences between 5.6 and 6 with respect to this subject.