<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic installation assistance in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/installation-assistance/m-p/119652#M32912</link>
    <description>&lt;P&gt;I have an issues when trying to add JRebel to Alfresco. I am using following the guidelines found below. When I run the command ./run.sh build_start I get the following message;&lt;/P&gt;&lt;P&gt;INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.webresources.Cache.backgroundProcess The background cache eviction process was unable to free [10] percent of the cache for Context [/alfresco] - consider increasing the maximum size of the cache. After eviction approximately [10,082] KB of data remained in the cache.&lt;/P&gt;&lt;P&gt;I have done some research and found out that I need to alter the tomcat context.xml with the following:&lt;/P&gt;&lt;P&gt;&amp;lt;Resources cachingAllowed="true" cacheMaxSize="100000" /&amp;gt;&lt;/P&gt;&lt;P&gt;but I am not sure how to do this with Alfresco. Any help would be appreciated.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="simple-translate-button "&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="simple-translate-panel "&gt;&lt;DIV class="simple-translate-result-wrapper"&gt;&lt;P class="simple-translate-candidate"&gt;P.S. Want to fondle an Asian **bleep**? Then this is the place for you &lt;A href="https://asianpornpussy.xxx/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://asianpornpussy.xxx/&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="simple-translate-button "&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="simple-translate-panel "&gt;&lt;DIV class="simple-translate-result-wrapper"&gt;&lt;P class="simple-translate-result"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="simple-translate-candidate"&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 16 Feb 2021 03:14:17 GMT</pubDate>
    <dc:creator>xotuhicu</dc:creator>
    <dc:date>2021-02-16T03:14:17Z</dc:date>
    <item>
      <title>installation assistance</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/installation-assistance/m-p/119652#M32912</link>
      <description>&lt;P&gt;I have an issues when trying to add JRebel to Alfresco. I am using following the guidelines found below. When I run the command ./run.sh build_start I get the following message;&lt;/P&gt;&lt;P&gt;INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.webresources.Cache.backgroundProcess The background cache eviction process was unable to free [10] percent of the cache for Context [/alfresco] - consider increasing the maximum size of the cache. After eviction approximately [10,082] KB of data remained in the cache.&lt;/P&gt;&lt;P&gt;I have done some research and found out that I need to alter the tomcat context.xml with the following:&lt;/P&gt;&lt;P&gt;&amp;lt;Resources cachingAllowed="true" cacheMaxSize="100000" /&amp;gt;&lt;/P&gt;&lt;P&gt;but I am not sure how to do this with Alfresco. Any help would be appreciated.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="simple-translate-button "&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="simple-translate-panel "&gt;&lt;DIV class="simple-translate-result-wrapper"&gt;&lt;P class="simple-translate-candidate"&gt;P.S. Want to fondle an Asian **bleep**? Then this is the place for you &lt;A href="https://asianpornpussy.xxx/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://asianpornpussy.xxx/&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="simple-translate-button "&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="simple-translate-panel "&gt;&lt;DIV class="simple-translate-result-wrapper"&gt;&lt;P class="simple-translate-result"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="simple-translate-candidate"&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Feb 2021 03:14:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/installation-assistance/m-p/119652#M32912</guid>
      <dc:creator>xotuhicu</dc:creator>
      <dc:date>2021-02-16T03:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: installation assistance</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/installation-assistance/m-p/119653#M32913</link>
      <description>&lt;P&gt;Just disable the caching. It is possible to do with help of DockerFile and docker-compose together.&lt;/P&gt;
&lt;P&gt;Create a DockerFile and add following instructions, &lt;A href="https://github.com/abhinavmishra14/change-acs-share-port-demo/blob/master/configs-to-override/alfresco/Dockerfile#L27" target="_blank" rel="noopener nofollow noreferrer"&gt;for e.g&lt;/A&gt;.:&lt;/P&gt;
&lt;PRE&gt;ARG ACS_TAG

FROM alfresco/alfresco-content-repository-community:${ACS_TAG}

ARG TOMCAT_DIR=/usr/local/tomcat

#Change to root so that sed command can be executed
USER root

&lt;STRONG&gt;RUN sed -i "s|&amp;lt;Context&amp;gt;|&amp;lt;Context&amp;gt;\n&amp;lt;Resources cachingAllowed=\"false\"/&amp;gt; |g" $TOMCAT_DIR/conf/context.xml ;
&lt;/STRONG&gt;

#Change back to alfresco
USER alfresco&lt;/PRE&gt;
&lt;P&gt;Update the docker compose file as, &lt;A href="https://github.com/abhinavmishra14/change-acs-share-port-demo/blob/master/docker-compose.yml#L15" target="_blank" rel="noopener nofollow noreferrer"&gt;for example&lt;/A&gt;:&lt;/P&gt;
&lt;PRE&gt; alfresco:
        build:
         &lt;STRONG&gt; dockerfile: ./Dockerfile
          context: ./configs-to-override/alfresco
          args:
            ACS_TAG: 6.2.1-A8&lt;/STRONG&gt;

......
......&lt;/PRE&gt;
&lt;P&gt;Then start the containers using following command, e.g.:&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;docker-compose up --build&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;You can find the example of usage here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/abhinavmishra14/change-acs-share-port-demo/blob/master/docker-compose.yml" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/abhinavmishra14/change-acs-share-port-demo/blob/master/docker-compose.yml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/abhinavmishra14/change-acs-share-port-demo/blob/master/configs-to-override/alfresco/Dockerfile" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/abhinavmishra14/change-acs-share-port-demo/blob/master/configs-to-override/alfresco/Dockerfile&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 16:48:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/installation-assistance/m-p/119653#M32913</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-02-16T16:48:06Z</dc:date>
    </item>
  </channel>
</rss>

