<?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 Help finding paths in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282842#M235972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hallo&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm developing custom content models in Alfresco Community 4.2e on Ubuntu 12.04 / Tomcat (Bitnami stack).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm following &lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/images/articles/alfresco-content/content-article-2ed.pdf" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/images/articles/alfresco-content/content-article-2ed.pdf&lt;/A&gt;&lt;SPAN&gt; (based upon a 4.0c) and &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Data_Dictionary_Guide#Step_by_Step_Model_Definition" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Data_Dictionary_Guide#Step_by_Step_Model_Definition&lt;/A&gt;&lt;SPAN&gt; (based upon an unknown version), but both of them are referencing non existing paths:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$TOMCAT_HOME/shared/classes/alfresco/extension (i found a similar $TOMCAT_HOME/shared/classes/extension instead) $TOMCAT_HOME/webapps/alfresco/WEB-INF/classes/alfresco/extension (nothing similar nearby)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;there is no file core-services-context.xml is not in projects\repository\config\alfresco\ (windows path?), but I find a copy in&amp;nbsp; $TOMCAT_HOME/webapps/alfresco/WEB-INF/classes/alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also the "System Path" page in 4.2 Community Docs (&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/community/topic/com.alfresco.community.doc/reuse/conv-syspaths.html?path=0_0_0#1" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/community/topic/com.alfresco.community.doc/reuse/conv-syspaths.html?path=0_0_0#1&lt;/A&gt;&lt;SPAN&gt;) refers to a non existing $TOMCAT_HOME/shared/classes/alfresco/extension&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bitnami doesn't mention any particular change of paths in its stack.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any "path conversion" between the various versions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I create the missing folders manually?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;b&amp;gt;UPDATE (SOLVED)&amp;lt;/b&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All the file go under the &amp;lt;classpathdirectory&amp;gt;/alfresco folder, in particular /extension and /model within it have to be created (with adequate permissions)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Quite different from the paths in the documentation… &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 22:17:18 GMT</pubDate>
    <dc:creator>lordzoster</dc:creator>
    <dc:date>2013-12-17T22:17:18Z</dc:date>
    <item>
      <title>Help finding paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282842#M235972</link>
      <description>HalloI'm developing custom content models in Alfresco Community 4.2e on Ubuntu 12.04 / Tomcat (Bitnami stack).I'm following http://ecmarchitect.com/images/articles/alfresco-content/content-article-2ed.pdf (based upon a 4.0c) and http://wiki.alfresco.com/wiki/Data_Dictionary_Guide#Step_by_Step_Model_</description>
      <pubDate>Tue, 17 Dec 2013 22:17:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282842#M235972</guid>
      <dc:creator>lordzoster</dc:creator>
      <dc:date>2013-12-17T22:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help finding paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282843#M235973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you're using Tomcat,, the shared/classes directory is not enabled out of the box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Tomcat6/7, you need to add the following line to your conf/catalina.properties file (or modify it if it is already defined)&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar &lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;if there is no folder named shared under $TOMCAT_HOME then created ,and incursive create $TOMCAT_HOME/shared/classes,$TOMCAT_HOME/shared/lib,$TOMCAT_HOME/shared/classes/alfresco/extension&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 03:26:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282843#M235973</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-12-18T03:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help finding paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282844#M235974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi thank you for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tomcat is properly configured.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem I'm facing is that the folders referenced in the tutorials and the wikis aren't there where tutorials point to.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 20:17:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282844#M235974</guid>
      <dc:creator>lordzoster</dc:creator>
      <dc:date>2013-12-18T20:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help finding paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282845#M235975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the folders didn't exist ,you can create them manually.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 13:24:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282845#M235975</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-12-19T13:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help finding paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282846#M235976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Kayne, actually I did so.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why do those paths differ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 16:21:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282846#M235976</guid>
      <dc:creator>lordzoster</dc:creator>
      <dc:date>2013-12-19T16:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help finding paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282847#M235977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the solution suggested by kaynezhang is correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As he pointed out, Tomcat by default does not use the extension folder, and you need to add it as described in the following page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Install_Tomcat6" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Install_Tomcat6&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not saying that tomcat is not configured correctly: the default configuration is correct, but it doesn't have the shared/classes and shared/lib folders.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is not always wrong to add folders into webapps/alfresco directly, but the shared folder is sometimes the best choice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 16:42:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282847#M235977</guid>
      <dc:creator>marco_altieri</dc:creator>
      <dc:date>2013-12-19T16:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help finding paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282848#M235978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For extensible purpose alfreso use two sets of configuration files, the out-of-box ones and our own extension configuration files which replace or override the default ones.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Our own extension configuration files will place under extension classpath, by placing our files under extension classpath we can&amp;nbsp; override default configurations without modifying them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 06:33:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282848#M235978</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-12-20T06:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help finding paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282849#M235979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you guys for the support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wish you a good time with your families for Christmas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 06:53:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-finding-paths/m-p/282849#M235979</guid>
      <dc:creator>lordzoster</dc:creator>
      <dc:date>2013-12-21T06:53:35Z</dc:date>
    </item>
  </channel>
</rss>

