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.
SOLVED

Jar renaming in cq5

Avatar

Level 4

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

1 Accepted Solution

Avatar

Correct answer by
Level 9

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

View solution in original post

4 Replies

Avatar

Level 2

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

Avatar

Correct answer by
Level 9

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

Avatar

Level 4

Hi,

Thanks for the reply.

Is the same procedure for 5.6.1 version.

Please let me know

Avatar

Level 10

Here is the 5.6 docs:

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

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