<?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 running Share outside of Alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/running-share-outside-of-alfresco/m-p/176563#M129693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone been able to successfully run a Share instance in an external Tomcat outside of the Alfresco install?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to set up a Maven-based build using the share app as a starting point.&amp;nbsp; I've been able to successfully build and deploy the app to my own Tomcat (6.0.18).&amp;nbsp; However, when I actually start up Tomcat, I get a number of warnings in the console of the type:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;17:47:11,921&amp;nbsp; WARN&amp;nbsp; [web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/test/exception.get.desc.xml due to error: Failed to read Web Script description document classpath:alfresco/webscriptsorg/alfresco/test/exception.get.desc.xml ; Document org/alfresco/test/exception.get.desc.xml does not exist within store classpath:alfresco/webscripts&lt;BR /&gt;17:47:11,921&amp;nbsp; WARN&amp;nbsp; [web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/test/jsonecho.post.desc.xml due to error: Failed to read Web Script description document classpath:alfresco/webscriptsorg/alfresco/test/jsonecho.post.desc.xml ; Document org/alfresco/test/jsonecho.post.desc.xml does not exist within store classpath:alfresco/webscripts&lt;BR /&gt;17:47:11,921&amp;nbsp; WARN&amp;nbsp; [web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/test/requestbody.put.desc.xml due to error: Failed to read Web Script description document classpath:alfresco/webscriptsorg/alfresco/test/requestbody.put.desc.xml ; Document org/alfresco/test/requestbody.put.desc.xml does not exist within store classpath:alfresco/webscripts&lt;BR /&gt;17:47:11,921&amp;nbsp; WARN&amp;nbsp; [web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/test/runas.get.desc.xml due to error: Failed to read Web Script description document classpath:alfresco/webscriptsorg/alfresco/test/runas.get.desc.xml ; Document org/alfresco/test/runas.get.desc.xml does not exist within store classpath:alfresco/webscripts&lt;BR /&gt;17:47:11,921&amp;nbsp; WARN&amp;nbsp; [web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/web/messages.get.desc.xml due to error: Failed to read Web Script description document classpath:alfresco/webscriptsorg/alfresco/web/messages.get.desc.xml ; Document org/alfresco/web/messages.get.desc.xml does not exist within store classpath:alfresco/webscripts&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;On inspection, all the referenced resources in the warnings appear to be present in the webapp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Further, when I try to actually go to the site home page, I get the following exception:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;javax.servlet.ServletException: Servlet execution threw an exception&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;root cause&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;java.lang.NoClassDefFoundError: org/alfresco/web/framework/exception/ContentLoaderException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;java.lang.Class.forName0(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;java.lang.Class.forName(Class.java:169)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.util.ReflectionHelper.newObject(ReflectionHelper.java:64)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.web.site.PageMapperFactory.newInstance(PageMapperFactory.java:51)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.web.site.HttpRequestContextFactory.newInstance(HttpRequestContextFactory.java:97)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.web.site.FrameworkHelper.initRequestContext(FrameworkHelper.java:180)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.alfresco.web.site.servlet.DispatcherServlet.service(DispatcherServlet.java:121)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;javax.servlet.http.HttpServlet.service(HttpServlet.java:717)&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;On inspection, I notice that the ContentLoaderException class is indeed missing from the alfresco-webframework.jar.&amp;nbsp; But I got this directly from the share.war bundled with Alfresco3-Enterprise.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone experienced these or similar issues, and if so, how have you dealt with them?&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;Michael&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jan 2009 01:50:23 GMT</pubDate>
    <dc:creator>mmogley</dc:creator>
    <dc:date>2009-01-09T01:50:23Z</dc:date>
    <item>
      <title>running Share outside of Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/running-share-outside-of-alfresco/m-p/176563#M129693</link>
      <description>Has anyone been able to successfully run a Share instance in an external Tomcat outside of the Alfresco install?&amp;nbsp; I'm trying to set up a Maven-based build using the share app as a starting point.&amp;nbsp; I've been able to successfully build and deploy the app to my own Tomcat (6.0.18).&amp;nbsp; However, when I act</description>
      <pubDate>Fri, 09 Jan 2009 01:50:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/running-share-outside-of-alfresco/m-p/176563#M129693</guid>
      <dc:creator>mmogley</dc:creator>
      <dc:date>2009-01-09T01:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: running Share outside of Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/running-share-outside-of-alfresco/m-p/176564#M129694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a working Maven project running 3.0 SHARE on maven.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the base for our 3.0 Maven Alfresco archetypes, maybe you want to give it a try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See the 3.0.0 branch here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://maven-alfresco-archetypes.googlecode.com/svn/branches/3.0.0/alfresco-root/alfresco-share/" rel="nofollow noopener noreferrer"&gt;http://maven-alfresco-archetypes.googlecode.com/svn/branches/3.0.0/alfresco-root/alfresco-share/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Contributions are welcome!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 11:21:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/running-share-outside-of-alfresco/m-p/176564#M129694</guid>
      <dc:creator>mindthegab</dc:creator>
      <dc:date>2009-03-19T11:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: running Share outside of Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/running-share-outside-of-alfresco/m-p/176565#M129695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check out the new version of Maven Alfresco Lifecycle (1.1.0) which features a Share archetype (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Managing_Alfresco_Lifecyle_with_Maven#NEW.21.21.21_How_to_manage_Alfresco_Share_Extensions_.28alfresco.2Fweb-extension_Spring_customization_WAR_builds.29" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Managing_Alfresco_Lifecyle_with_Maven#NEW.21.21.21_How_to_manage_Alfresco_Share_Extensions_.28alfresco.2Fweb-extension_Spring_customization_WAR_builds.29&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is now hosted in the new Maven Alfresco Community repo (&lt;/SPAN&gt;&lt;A href="http://maven.alfresco.com/" rel="nofollow noopener noreferrer"&gt;http://maven.alfresco.com/&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2009 15:33:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/running-share-outside-of-alfresco/m-p/176565#M129695</guid>
      <dc:creator>mindthegab</dc:creator>
      <dc:date>2009-12-05T15:33:39Z</dc:date>
    </item>
  </channel>
</rss>

