<?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: Community 7 runs Tomcat 9.0.41 with multiple vulnerabilities (time to upgrade?) in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/community-7-runs-tomcat-9-0-41-with-multiple-vulnerabilities/m-p/121639#M33366</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/85891"&gt;@michaelzietlow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yah! Well done,&amp;nbsp; &amp;amp; thanks for the extensive update - really useful to other users&amp;nbsp;&lt;img id="heart" class="emoticon emoticon-heart" src="https://connect.hyland.com/i/smilies/16x16_heart.png" alt="Heart" title="Heart" /&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jul 2021 09:20:52 GMT</pubDate>
    <dc:creator>EddieMay</dc:creator>
    <dc:date>2021-07-30T09:20:52Z</dc:date>
    <item>
      <title>Community 7 runs Tomcat 9.0.41 with multiple vulnerabilities (time to upgrade?)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-7-runs-tomcat-9-0-41-with-multiple-vulnerabilities/m-p/121637#M33364</link>
      <description>&lt;P&gt;Hello!&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Scanning my newly installed community7, I noticed it includes Apache Tomcat 9.0.41.&amp;nbsp; This needs to be at least 9.0.43 due to &lt;SPAN&gt;remote code execution vulnerabilities present. Has anyone&amp;nbsp;&lt;/SPAN&gt;else has successfully upgraded Tomcat on their Community 6 or 7 installations?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;I installed /opt/apache-tomcat-9.0.43 and it looks like all I need to do is symlink it to /opt/tomcat?&amp;nbsp; &amp;nbsp;I'll be stopping Community tonight, repointing /opt/tomcat to the 9.0.43 version, and wanted to be as prepared as possible.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Are there any configuration files that need to be copied over, or is this as straightforward as it seems?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 18:41:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-7-runs-tomcat-9-0-41-with-multiple-vulnerabilities/m-p/121637#M33364</guid>
      <dc:creator>michaelzietlow</dc:creator>
      <dc:date>2021-07-28T18:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Community 7 runs Tomcat 9.0.41 with multiple vulnerabilities (time to upgrade?)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-7-runs-tomcat-9-0-41-with-multiple-vulnerabilities/m-p/121638#M33365</link>
      <description>&lt;P&gt;!SUCCESS!&amp;nbsp;&lt;BR /&gt;It appears that upgrading Apache Tomcat on the Community7 ansible installation is 'ALMOST'&amp;nbsp; as &lt;SPAN&gt;straightforward as it seems.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The&amp;nbsp;&lt;STRONG&gt;/etc/opt/alfresco/setenv.sh&lt;/STRONG&gt; file deployed with community7.0 is not IDEMPOTENT.&amp;nbsp; It references software directories with version#, not their universal symlinks.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;This of course breaks Alfresco the second you remove&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;/opt/apache-tomcat-9.0.41 so to correct this small oversite do the following.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;EDIT:&amp;nbsp; /&lt;SPAN&gt;&lt;STRONG&gt;etc/opt/alfresco/setenv.sh&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;BEFORE:&lt;BR /&gt;export TOMCAT_HOME=/opt/apache-tomcat-9.0.41&lt;BR /&gt;&lt;BR /&gt;AFTER:&lt;BR /&gt;export TOMCAT_HOME=/opt/tomcat&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;AFTER THIS THE TOMCAT UPGRADE PROCEDURE 9.041 to 9.043 IS EASY.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;# cd /opt

# wget https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.43/bin/apache-tomcat-9.0.43.tar.gz

# gunzip apache-tomcat-9.0.43.tar.gz

# tar vxf apache-tomcat-9.0.43.tar

# chown -R alfresco:alfresco /opt/apache-tomcat-9.0.43

# systemctl stop alfresco-content

# unlink /opt/tomcat

# ln -s /opt/apache-tomcat-9.0.43 /opt/tomcat

# systemctl start alfresco-content&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Jul 2021 19:47:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-7-runs-tomcat-9-0-41-with-multiple-vulnerabilities/m-p/121638#M33365</guid>
      <dc:creator>michaelzietlow</dc:creator>
      <dc:date>2021-07-28T19:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Community 7 runs Tomcat 9.0.41 with multiple vulnerabilities (time to upgrade?)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-7-runs-tomcat-9-0-41-with-multiple-vulnerabilities/m-p/121639#M33366</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/85891"&gt;@michaelzietlow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yah! Well done,&amp;nbsp; &amp;amp; thanks for the extensive update - really useful to other users&amp;nbsp;&lt;img id="heart" class="emoticon emoticon-heart" src="https://connect.hyland.com/i/smilies/16x16_heart.png" alt="Heart" title="Heart" /&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 09:20:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-7-runs-tomcat-9-0-41-with-multiple-vulnerabilities/m-p/121639#M33366</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-07-30T09:20:52Z</dc:date>
    </item>
  </channel>
</rss>

