AEM 6.0 repository & workspace.xml | Community
Skip to main content
New Participant
October 16, 2015
Solved

AEM 6.0 repository & workspace.xml

  • October 16, 2015
  • 3 replies
  • 1046 views

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

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 Sham_HC

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

3 replies

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

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

New Participant
October 16, 2015

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

Sham_HC
New Participant
October 16, 2015

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.