<?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 Alferesco on Shared Server in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alferesco-on-shared-server/m-p/149005#M104027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a VPS with multiple domains (apache virtual hosts) uisng CentOS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tomcat is installed (via apache upgrade tool)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Domains have thier doc root like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/home/account1/public_html/&amp;nbsp; that would be the docroot for account1.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to install Alfresco (community) to run an instance for specific domains and when it does use a different database/tables.&amp;nbsp; Basically like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/home/account1/public_html/alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What limited installation documentation I can find all assumes a single instance per server.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is what I am trying to do idiotic, hopeless, way to painful, needs superior tomcat and linux expertise (which I will have to learn) &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;BR /&gt;&lt;SPAN&gt;(By the way this is not a commercial thing for me, Im not a hosting providor making money from clients)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jul 2008 19:49:20 GMT</pubDate>
    <dc:creator>allan1015</dc:creator>
    <dc:date>2008-07-29T19:49:20Z</dc:date>
    <item>
      <title>Alferesco on Shared Server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alferesco-on-shared-server/m-p/149005#M104027</link>
      <description>I have a VPS with multiple domains (apache virtual hosts) uisng CentOSTomcat is installed (via apache upgrade tool)Domains have thier doc root like this/home/account1/public_html/&amp;nbsp; that would be the docroot for account1.comI'd like to install Alfresco (community) to run an instance for specific doma</description>
      <pubDate>Tue, 29 Jul 2008 19:49:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alferesco-on-shared-server/m-p/149005#M104027</guid>
      <dc:creator>allan1015</dc:creator>
      <dc:date>2008-07-29T19:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Alferesco on Shared Server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alferesco-on-shared-server/m-p/149006#M104028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Figuring this has to start with Tomcat virtual hosting, I checked my server.xml file and see that the apache updater/cpanel install of tomcat did create an entry for one domain I asked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Host name="mydomain.com" appBase="/home/jets/public_html"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Alias&amp;gt;&lt;/SPAN&gt;&lt;A href="http://www.mydomain.com" rel="nofollow noopener noreferrer"&gt;www.mydomain.com&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/Alias&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Context path="" reloadable="true" docBase="/home/jets/public_html" debug="1"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Context path="/manager" debug="0" privileged="true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; docBase="/usr/local/jakarta/tomcat/server/webapps/manager"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Context&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Host&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So i put alfresco war in public_html/alfresco/alfresco.war&amp;nbsp; but when I point to that it does a download of the war&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I decompressed the war, keeeping everything under the same path&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I point to that directory or to index.jsp I get tomcat saying the resource is not available&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"The requested resource (/alfresco/index.jsp) is not available."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please note I've not configured a database yet, I thought I might see if the basic virtual install works first, perhaps thats needed to get rif of the not available message?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, my download is from&amp;nbsp; alfresco-community-war-2.9.0B.tar .gz&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 21:11:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alferesco-on-shared-server/m-p/149006#M104028</guid>
      <dc:creator>allan1015</dc:creator>
      <dc:date>2008-07-29T21:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Alferesco on Shared Server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alferesco-on-shared-server/m-p/149007#M104029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any answer to this? I am intentionally posting in this thread, because I am in a similar situation. The server I admin is setup the same way but running fedora not centos. Is what is being proposed here possible?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 23:51:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alferesco-on-shared-server/m-p/149007#M104029</guid>
      <dc:creator>staylor</dc:creator>
      <dc:date>2010-02-03T23:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alferesco on Shared Server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alferesco-on-shared-server/m-p/149008#M104030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes its possible.&amp;nbsp;&amp;nbsp;&amp;nbsp; What you will need to do is to make sure each instance of alfresco has its own set of resources (File locations, TCP Ports.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The biggest problem is the shared class folder which contains your configuration.&amp;nbsp;&amp;nbsp; A simple work around is to install multiple application servers, one for each instance of alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However Multi-Tenancy may be a better solution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 08:56:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alferesco-on-shared-server/m-p/149008#M104030</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-02-04T08:56:47Z</dc:date>
    </item>
  </channel>
</rss>

