<?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: Unable to load classpath*:alfresco/extension/*-context.xml in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-load-classpath-alfresco-extension-context-xml/m-p/232398#M185528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using Tomcat 6.&amp;nbsp;&amp;nbsp; If so have you remembered to add the shared folder to the classpath?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Oct 2010 10:34:10 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2010-10-13T10:34:10Z</dc:date>
    <item>
      <title>Unable to load classpath*:alfresco/extension/*-context.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-load-classpath-alfresco-extension-context-xml/m-p/232397#M185527</link>
      <description>I am starting a new project using Alfresco 3.4a (I used Alfresco 2.1 CE for last 2 years…)So, I am trying to develope a new custom model. I wrote my-content-model-context.xml&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;&amp;lt;!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.or</description>
      <pubDate>Wed, 13 Oct 2010 10:12:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-load-classpath-alfresco-extension-context-xml/m-p/232397#M185527</guid>
      <dc:creator>diegop</dc:creator>
      <dc:date>2010-10-13T10:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load classpath*:alfresco/extension/*-context.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-load-classpath-alfresco-extension-context-xml/m-p/232398#M185528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using Tomcat 6.&amp;nbsp;&amp;nbsp; If so have you remembered to add the shared folder to the classpath?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 10:34:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-load-classpath-alfresco-extension-context-xml/m-p/232398#M185528</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-10-13T10:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load classpath*:alfresco/extension/*-context.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-load-classpath-alfresco-extension-context-xml/m-p/232399#M185529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since you have mentioned that&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am starting a new project using Alfresco 3.4a (I used Alfresco 2.1 CE for last 2 years…)&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;I presume that you are using Tomcat6, if so follow the wiki instruction &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;Change the value of shared.loader= to the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;under &amp;lt;TOMCAT_HOME&amp;gt;/conf/catalina.properties file&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 10:43:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-load-classpath-alfresco-extension-context-xml/m-p/232399#M185529</guid>
      <dc:creator>ssaravanan</dc:creator>
      <dc:date>2010-10-13T10:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load classpath*:alfresco/extension/*-context.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-load-classpath-alfresco-extension-context-xml/m-p/232400#M185530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yep!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use Tomcat 6&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and i already added this row in catalina.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and it (partly) works because &lt;/SPAN&gt;&lt;STRONG&gt;dev-context.xml&lt;/STRONG&gt;&lt;SPAN&gt; in &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;TOMCAT_HOME&amp;gt;\shared\classes\alfresco\extension&lt;/STRONG&gt;&lt;SPAN&gt; is read&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but if I add some *-context.xml (without include it in &lt;/SPAN&gt;&lt;STRONG&gt;dev-context.xml&lt;/STRONG&gt;&lt;SPAN&gt; by my workaround explained in my first post) is not read&amp;nbsp; :cry:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT-&amp;gt; I forgot: I followed all steps described in &lt;/SPAN&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 15:30:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-load-classpath-alfresco-extension-context-xml/m-p/232400#M185530</guid>
      <dc:creator>diegop</dc:creator>
      <dc:date>2010-10-13T15:30:38Z</dc:date>
    </item>
  </channel>
</rss>

