<?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: MMT does not work. in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/mmt-does-not-work/m-p/55398#M20256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MMT only installs AMPs into a WAR. You are looking in the exploded web app path for the JAR, which will not contain it unless you first clear the exploded wep app directory and restart Tomcat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Feb 2019 12:05:46 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2019-02-24T12:05:46Z</dc:date>
    <item>
      <title>MMT does not work.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/mmt-does-not-work/m-p/55397#M20255</link>
      <description>Hello,I am running Alfresco Community-5.2.0. I use mmt to install my extension. It reports correctly, but it does not install the jar file. I installed the same extension in another Alfresco installation of the same configuration and that works well.&amp;nbsp;Here is the commands I used:[/opt/alfresco-commun</description>
      <pubDate>Fri, 15 Feb 2019 03:39:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/mmt-does-not-work/m-p/55397#M20255</guid>
      <dc:creator>chsun</dc:creator>
      <dc:date>2019-02-15T03:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: MMT does not work.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/mmt-does-not-work/m-p/55398#M20256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MMT only installs AMPs into a WAR. You are looking in the exploded web app path for the JAR, which will not contain it unless you first clear the exploded wep app directory and restart Tomcat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2019 12:05:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/mmt-does-not-work/m-p/55398#M20256</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2019-02-24T12:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: MMT does not work.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/mmt-does-not-work/m-p/55399#M20257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I found that the MMT tool works only when the alfresco is running.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 05:23:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/mmt-does-not-work/m-p/55399#M20257</guid>
      <dc:creator>chsun</dc:creator>
      <dc:date>2019-02-27T05:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: MMT does not work.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/mmt-does-not-work/m-p/55400#M20258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That may be "working" by sheer luck of using the default (in my eyes not recommended) configuration of Tomcat of "redeploy=true" - that is very dangerous.&amp;nbsp;Doing this at runtime will dynamically trigger undeploy/redeploy cycles in Tomcat, which may fail due to Alfresco not really cleaning up after itself during an undeploy, which can lead to residual stuff being kept in memory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 23:14:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/mmt-does-not-work/m-p/55400#M20258</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2019-02-27T23:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: MMT does not work.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/mmt-does-not-work/m-p/55401#M20259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the correct steps then?&lt;/P&gt;&lt;P&gt;The manual does not say that alfresco shall be stopped. MMT does not manage the lib and module directories when Alfresco is not running.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2019 01:52:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/mmt-does-not-work/m-p/55401#M20259</guid>
      <dc:creator>chsun</dc:creator>
      <dc:date>2019-02-28T01:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: MMT does not work.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/mmt-does-not-work/m-p/55402#M20260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your original approach was almost correct. It was just missing a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rm -rf /opt/alfresco-community/tomcat/webapps/share&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before restarting Tomcat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2019 02:48:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/mmt-does-not-work/m-p/55402#M20260</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2019-02-28T02:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: MMT does not work.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/mmt-does-not-work/m-p/55403#M20261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2019 03:14:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/mmt-does-not-work/m-p/55403#M20261</guid>
      <dc:creator>chsun</dc:creator>
      <dc:date>2019-02-28T03:14:07Z</dc:date>
    </item>
  </channel>
</rss>

