<?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 Install Share to different server in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/install-share-to-different-server/m-p/300611#M253741</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;Version: Community 4.2.f&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OS:&amp;nbsp; CentOS 6.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tomcat version:&amp;nbsp; 6&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have any guidance for the best way to move the Share portal to a separate machine on the network.&amp;nbsp; I'm trying to follow the instruction here (&amp;lt;a&amp;gt;&lt;/SPAN&gt;&lt;A href="https://docs.alfresco.com/4.0/tasks/share-tomcat-deploy.html" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/4.0/tasks/share-tomcat-deploy.html&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/a&amp;gt;) however I don't have a web-extension directory and as such the share-config-custom.xml file to configure.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have moved the share.war into the webapps directory and started/stopped tomcat to explode it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Edward&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2014 10:41:28 GMT</pubDate>
    <dc:creator>edward_bishop</dc:creator>
    <dc:date>2014-09-09T10:41:28Z</dc:date>
    <item>
      <title>Install Share to different server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/install-share-to-different-server/m-p/300611#M253741</link>
      <description>Hi,Version: Community 4.2.fOS:&amp;nbsp; CentOS 6.5Tomcat version:&amp;nbsp; 6Does anyone have any guidance for the best way to move the Share portal to a separate machine on the network.&amp;nbsp; I'm trying to follow the instruction here (&amp;lt;a&amp;gt;https://docs.alfresco.com/4.0/tasks/share-tomcat-deploy.html&amp;lt;/a&amp;gt;) howev</description>
      <pubDate>Tue, 09 Sep 2014 10:41:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/install-share-to-different-server/m-p/300611#M253741</guid>
      <dc:creator>edward_bishop</dc:creator>
      <dc:date>2014-09-09T10:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Install Share to different server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/install-share-to-different-server/m-p/300612#M253742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you need to make the directory if it does not exist.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; shared/classes/web-extension&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And make sure you change the catalina.properties to have shared/classes on the shared.loader.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also create your&amp;nbsp; share-config-custom.xml and put your overrides in there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 11:41:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/install-share-to-different-server/m-p/300612#M253742</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-09-09T11:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Install Share to different server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/install-share-to-different-server/m-p/300613#M253743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mrogers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response, I've only just got the time to come back to this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created the directories and I have shared/classes on the share.loader,&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and I have changed share-config-custom.xml to use the separate server instead of localhost where I thought it was needed. It's still not working.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When tomcat starts I receive the following error, I'm not sure whether it is significant or not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; log4j:ERROR setFile(null,true) call failed.&lt;BR /&gt;java.io.FileNotFoundException:&amp;nbsp; share.log (Permission denied) &lt;SPAN class="line-numbers-rows"&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;BR /&gt;&lt;SPAN&gt;Let me know if the complete logs are required and I'll figure out how to get them, they're on an isolated system in a vDC so I can't copy and paste them here. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know if there are any major steps that I have missed here,&amp;nbsp; I'll try and outline what I have so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Alfresco and Share both running on a machine in network 10.10.10.0/24&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The Share.war that has been exploded out on machine in network 10.10.0.0/24&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. I have followed the steps on the website (link in first post) as well as the steps from mrogers. (I'm not entirely sure what you mean by 'overrides' in the share-config-custom.xml.&amp;nbsp; Again, I can post this file if it will be of assistance)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. alfresco-global.configuration set to use the remote Share machine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Both machines restarted&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ed&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 08:41:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/install-share-to-different-server/m-p/300613#M253743</guid>
      <dc:creator>edward_bishop</dc:creator>
      <dc:date>2014-10-02T08:41:15Z</dc:date>
    </item>
  </channel>
</rss>

