<?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: installing extensions in tomcat/shared/lib in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/installing-extensions-in-tomcat-shared-lib/m-p/290816#M243946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Pieter,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dropping JARs in tomcat/shared/lib requires that the catalina.properties file in tomcat/conf lists a pattern of ${catalina.base}/shared/lib/*.jar in its shared.loader configuration. Depending on how you've installed Alfresco, this may not be set by default. I think ${catalina.base}/shared/*.jar is the default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Proper AMP files can in fact be uninstalled using the Module Management Tool (Alfresco MMT). The success of this though relies upon a non-conflicting installation history, e.g. the module did not override a file during installation that another module later overrode again later on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dropping in JAR files is usually safer and quicker (and easier to comprehend), but the standard advice to drop it into tomcat/shared/lib has only limited validity. That can only work if the JAR itself has no direct dependencies on Alfresco. In other cases, those JAR files need to be dropped into tomcat/webapps/alfresco/WEB-INF/lib or tomcat/webapps/shared/WEB-INF/lib.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you remove a JAR from the folder and restart, all the configuration changes and extra code it introduced are gone. But if it did bootstrap some configuration / code as content into the Data Dictionary, that will remain and may need to manually removed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jun 2013 13:32:13 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2013-06-20T13:32:13Z</dc:date>
    <item>
      <title>installing extensions in tomcat/shared/lib</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-extensions-in-tomcat-shared-lib/m-p/290815#M243945</link>
      <description>I am not really sure I am in the right forum category. So please excuse me if not.I have been installing "ResetPassworddialog" : http://code.google.com/p/share-extras/wiki/ResetPasswordDialogIt says to drop the file in "tomcat/shared/lib".That does not work. Only when I drop it in "tomcat/lib" it do</description>
      <pubDate>Thu, 20 Jun 2013 10:41:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-extensions-in-tomcat-shared-lib/m-p/290815#M243945</guid>
      <dc:creator>pieter_shimanow</dc:creator>
      <dc:date>2013-06-20T10:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: installing extensions in tomcat/shared/lib</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-extensions-in-tomcat-shared-lib/m-p/290816#M243946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Pieter,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dropping JARs in tomcat/shared/lib requires that the catalina.properties file in tomcat/conf lists a pattern of ${catalina.base}/shared/lib/*.jar in its shared.loader configuration. Depending on how you've installed Alfresco, this may not be set by default. I think ${catalina.base}/shared/*.jar is the default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Proper AMP files can in fact be uninstalled using the Module Management Tool (Alfresco MMT). The success of this though relies upon a non-conflicting installation history, e.g. the module did not override a file during installation that another module later overrode again later on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dropping in JAR files is usually safer and quicker (and easier to comprehend), but the standard advice to drop it into tomcat/shared/lib has only limited validity. That can only work if the JAR itself has no direct dependencies on Alfresco. In other cases, those JAR files need to be dropped into tomcat/webapps/alfresco/WEB-INF/lib or tomcat/webapps/shared/WEB-INF/lib.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you remove a JAR from the folder and restart, all the configuration changes and extra code it introduced are gone. But if it did bootstrap some configuration / code as content into the Data Dictionary, that will remain and may need to manually removed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 13:32:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-extensions-in-tomcat-shared-lib/m-p/290816#M243946</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2013-06-20T13:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: installing extensions in tomcat/shared/lib</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-extensions-in-tomcat-shared-lib/m-p/290817#M243947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Axel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks! That was very valuable info. I am testing all this on a local instance for win32.. the evaluation version does not have this. It contains this "shared.loader=${catalina.base}/shared/classes"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;According to default in 4.1.4 I should have dropped them in that one apparantly..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pieter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 14:46:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-extensions-in-tomcat-shared-lib/m-p/290817#M243947</guid>
      <dc:creator>pieter_shimanow</dc:creator>
      <dc:date>2013-06-20T14:46:17Z</dc:date>
    </item>
  </channel>
</rss>

