コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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

元の投稿で解決策を見る

4 返信

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

正解者
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.