Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

AEM 6.0 repository & workspace.xml

Avatar

Level 3

Hi,

 

I installed AEM 6.0 freshly and i could not find the below files from repository.

Does anyone knows where i can find the repository.xml & workspace.xml in AEM 6.0.

 

Please do the needful.

 

Thanks & Regards,

Maheswar Reddy Gundre

+91-8050979002

1 Accepted Solution

Avatar

Correct answer by
Level 10

There is no config xml files in crx3.  All the necessary available config if any should be in felix console.  

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

There is no config xml files in crx3.  All the necessary available config if any should be in felix console.  

Avatar

Level 3

Hi Sham,

Thanks for your reply.

If i would like to change the params like 

<param name="bundleCacheSize" value="256" /> from repository.xml and the below config

<Cluster>
        <Journal class="com.day.crx.persistence.tar.TarJournal">
        <param name="maxFileSize" value="256"/>
        <param name="maximumAge" value="PT24H"/>
        </Journal>
    </Cluster>

Where i can do it.

 

Thanks

Mahesh

Avatar

Level 10

maheshgundre wrote...

Hi Sham,

Thanks for your reply.

If i would like to change the params like 

<param name="bundleCacheSize" value="256" /> from repository.xml and the below config

<Cluster>
        <Journal class="com.day.crx.persistence.tar.TarJournal">
        <param name="maxFileSize" value="256"/>
        <param name="maximumAge" value="PT24H"/>
        </Journal>
    </Cluster>

Where i can do it.

 

Thanks

Mahesh

 


The parameter does not make sense in AEM6 because

  • Cluster is recommemded to do it Mongo & AEM does not use tar journal in crx3.
  • CRX3 cluster with tarmk is not possible & supported.
  • If you are using AEM6 with crx 2 still you will still have xml file and can change there.