<?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 Re: Which alfresco-global.pjrperties is correct? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/which-alfresco-global-pjrperties-is-correct/m-p/87705#M26397</link>
    <description>&lt;P&gt;alfresco-global.properties can still be found under&amp;nbsp;&lt;SPAN&gt;$TOMCAT_HOME/shared/classes/alfresco-global.properties (i.e. /usr/local/tomcat/shared/classes/alfresco-global.properties) in alfresco repository container.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;When all your containers are up, you can run following command to see the launced container names/ids.&lt;/P&gt;
&lt;PRE&gt;docker ps&lt;/PRE&gt;
&lt;P&gt;You can connect to repository container and navigate to '&lt;SPAN&gt;/usr/local/tomcat/shared/classes&lt;/SPAN&gt;' directory to find the alfresco-global.properties file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example container name is: 'acs_community_alfresco_1' then you can use following command to connect and find the file.&lt;/P&gt;
&lt;PRE&gt;docker exec -i -t acs_community_alfresco_1 /bin/bash&lt;/PRE&gt;
&lt;P&gt;However, this file (/&lt;SPAN&gt;usr/local/tomcat/shared/classes/alfresco-global.properties&lt;/SPAN&gt;) may be empty and may not have any properties in it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can either have your 'alfresco-global.properties' and copy it to repository container while launching the containers with help of DockerFile or use JAVA_OPTS within 'docker-compose.yml' file to add/update any properties which you would like.&lt;/P&gt;
&lt;P&gt;This project has examples of DockerFile and JAVA_OPTS based examples, if you want to take a reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/abhinavmishra14/change-acs-share-port-demo" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/abhinavmishra14/change-acs-share-port-demo&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;With docker based deployment, it has own benefits comapred to traditional deployemts prior to 6.x. I would suggest you to go through these docs, everything looks unfamilier until you get used to it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/deploying-and-running-alfresco-content-services-6-0/ba-p/293225" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/deploying-and-running-alfresco-content-se...&lt;/A&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;FONT face="georgia"&gt;&lt;U&gt;To know more on docker-compose CLI&lt;/U&gt;:&amp;nbsp;&lt;A href="https://docs.docker.com/compose/reference/overview/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.docker.com/compose/reference/overview/&lt;/A&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="georgia"&gt;&lt;U&gt;To know more on DockerFile, refer:&lt;/U&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://docs.docker.com/engine/reference/builder/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.docker.com/engine/reference/builder/&lt;/A&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="georgia"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="georgia"&gt;&lt;U&gt;To know more on&amp;nbsp;&lt;/U&gt;&lt;U&gt;docker-compose.yml, refer:&lt;/U&gt;&amp;nbsp;&lt;A href="https://docs.docker.com/compose/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.docker.com/compose/&lt;/A&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="georgia"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Tue, 28 Jul 2020 20:32:13 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2020-07-28T20:32:13Z</dc:date>
    <item>
      <title>Which alfresco-global.pjrperties is correct?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/which-alfresco-global-pjrperties-is-correct/m-p/87704#M26396</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;after a while stepping from 5.2 to 6.x using the Docker environment (which I don't like....) I try to set up and configure Alfresco.&lt;/P&gt;&lt;P&gt;I found&lt;/P&gt;&lt;P&gt;/var/lib/docker/overlay2/18b123f73197d12eda2014449bc44cf88155cff5396ae2c024dbde43924a701d/diff/usr/local/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/alfresco-share-services/alfresco-global.properties&lt;BR /&gt;/var/lib/docker/overlay2/1d0ebfb840862ddf4fc50e209a420d4a6cee87c2d56d666e8f80ca2411dbf2a2/diff/usr/local/tomcat/shared/classes/alfresco-global.properties&lt;BR /&gt;/var/lib/docker/overlay2/1d0ebfb840862ddf4fc50e209a420d4a6cee87c2d56d666e8f80ca2411dbf2a2/diff/usr/local/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/alfresco-share-services/alfresco-global.properties&lt;BR /&gt;/var/lib/docker/overlay2/56825b1ea08ce500b99b72168886ef14859f5eaca079f2fb4e3c43452e4b47da/diff/usr/local/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/alfresco-share-services/alfresco-global.properties&lt;BR /&gt;/var/lib/docker/overlay2/950cb51999fb00bc12b8358eaa56528ea077c066754998a142bada182dc22237/diff/usr/local/tomcat/shared/classes/alfresco-global.properties&lt;BR /&gt;/var/lib/docker/overlay2/950cb51999fb00bc12b8358eaa56528ea077c066754998a142bada182dc22237/diff/usr/local/tomcat/shared/classes/alfresco-global.properties.sample&lt;/P&gt;&lt;P&gt;which one is the right one?&lt;/P&gt;&lt;P&gt;I'm confused..... &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;P&gt;Sascha&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 19:39:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/which-alfresco-global-pjrperties-is-correct/m-p/87704#M26396</guid>
      <dc:creator>szumbusch</dc:creator>
      <dc:date>2020-07-28T19:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Which alfresco-global.pjrperties is correct?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/which-alfresco-global-pjrperties-is-correct/m-p/87705#M26397</link>
      <description>&lt;P&gt;alfresco-global.properties can still be found under&amp;nbsp;&lt;SPAN&gt;$TOMCAT_HOME/shared/classes/alfresco-global.properties (i.e. /usr/local/tomcat/shared/classes/alfresco-global.properties) in alfresco repository container.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;When all your containers are up, you can run following command to see the launced container names/ids.&lt;/P&gt;
&lt;PRE&gt;docker ps&lt;/PRE&gt;
&lt;P&gt;You can connect to repository container and navigate to '&lt;SPAN&gt;/usr/local/tomcat/shared/classes&lt;/SPAN&gt;' directory to find the alfresco-global.properties file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example container name is: 'acs_community_alfresco_1' then you can use following command to connect and find the file.&lt;/P&gt;
&lt;PRE&gt;docker exec -i -t acs_community_alfresco_1 /bin/bash&lt;/PRE&gt;
&lt;P&gt;However, this file (/&lt;SPAN&gt;usr/local/tomcat/shared/classes/alfresco-global.properties&lt;/SPAN&gt;) may be empty and may not have any properties in it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can either have your 'alfresco-global.properties' and copy it to repository container while launching the containers with help of DockerFile or use JAVA_OPTS within 'docker-compose.yml' file to add/update any properties which you would like.&lt;/P&gt;
&lt;P&gt;This project has examples of DockerFile and JAVA_OPTS based examples, if you want to take a reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/abhinavmishra14/change-acs-share-port-demo" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/abhinavmishra14/change-acs-share-port-demo&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;With docker based deployment, it has own benefits comapred to traditional deployemts prior to 6.x. I would suggest you to go through these docs, everything looks unfamilier until you get used to it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/deploying-and-running-alfresco-content-services-6-0/ba-p/293225" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/deploying-and-running-alfresco-content-se...&lt;/A&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;FONT face="georgia"&gt;&lt;U&gt;To know more on docker-compose CLI&lt;/U&gt;:&amp;nbsp;&lt;A href="https://docs.docker.com/compose/reference/overview/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.docker.com/compose/reference/overview/&lt;/A&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="georgia"&gt;&lt;U&gt;To know more on DockerFile, refer:&lt;/U&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://docs.docker.com/engine/reference/builder/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.docker.com/engine/reference/builder/&lt;/A&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="georgia"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="georgia"&gt;&lt;U&gt;To know more on&amp;nbsp;&lt;/U&gt;&lt;U&gt;docker-compose.yml, refer:&lt;/U&gt;&amp;nbsp;&lt;A href="https://docs.docker.com/compose/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.docker.com/compose/&lt;/A&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="georgia"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Jul 2020 20:32:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/which-alfresco-global-pjrperties-is-correct/m-p/87705#M26397</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-07-28T20:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Which alfresco-global.pjrperties is correct?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/which-alfresco-global-pjrperties-is-correct/m-p/87706#M26398</link>
      <description>&lt;P&gt;Thanks for the splendid answer.&lt;/P&gt;&lt;P&gt;I will check it out and I'm shure it'll work... &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;P&gt;Regarding Docker: I would prefer to have a choice. I'm working on VM's and cannot see the benefit of Docker right now.&lt;/P&gt;&lt;P&gt;On hardware-based servers, the benefit is clear. But the administration overhead is annoying.&lt;/P&gt;&lt;P&gt;I have to learn a completely new environment, just to use something I'm using for a long time now. If it wasn't for REST support, I would stay with 5.2...&lt;/P&gt;&lt;P&gt;Thankful regards,&lt;/P&gt;&lt;P&gt;Sascha&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 06:11:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/which-alfresco-global-pjrperties-is-correct/m-p/87706#M26398</guid>
      <dc:creator>szumbusch</dc:creator>
      <dc:date>2020-07-29T06:11:26Z</dc:date>
    </item>
  </channel>
</rss>

