<?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: Multiple environment in a single server in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/multiple-environment-in-a-single-server/m-p/12210#M4962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Tac,&lt;BR /&gt;&lt;BR /&gt;= You can install them in the same server in different (configurations) &lt;BR /&gt;This is the same as default and minimal in the jboss distribution.&amp;nbsp; &lt;BR /&gt;It sounds like this is you choice.&amp;nbsp; &lt;BR /&gt;In this case you still have to make sure each instance of the server operates on different ports.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the heads up on the different types of configs. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the one server with different configurations seems like the way that I'd like to go&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;except from what I've read I am a bit confused as to which files need to be changed for to set &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from what I have read&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/jboss/server/default/deploy/&lt;/SPAN&gt;&lt;A href="http://jbossweb-tomcat55.sar/server.xml" rel="nofollow noopener noreferrer"&gt;jbossweb-tomcat55.sar/server.xml&lt;/A&gt;&lt;SPAN&gt; - to change the ports&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/jboss/server/default/conf/jboss-service.xml - to add jboss port properties for multiple instances somehow&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/jboss/bin/run.sh - to launch each instance (what needs to be added? copy and modify for each instance?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/jboss/server/default/deploy/alfresco.war - need to change for each instance? e.g. (alfresco.war alfresco2.war .. etc)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;am I missing anything else? or am I a bit off track?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Trac&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2006 18:44:48 GMT</pubDate>
    <dc:creator>trac</dc:creator>
    <dc:date>2006-01-25T18:44:48Z</dc:date>
    <item>
      <title>Multiple environment in a single server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-environment-in-a-single-server/m-p/12204#M4956</link>
      <description>Hello,Does Alfresco capable to support multiple environment in a single server? If yes, do we have to redeploy the application for every new environment?Thanks.</description>
      <pubDate>Sat, 05 Nov 2005 02:17:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-environment-in-a-single-server/m-p/12204#M4956</guid>
      <dc:creator>glaksmono</dc:creator>
      <dc:date>2005-11-05T02:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple environment in a single server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-environment-in-a-single-server/m-p/12205#M4957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you setup JBoss/Tomcat to use different ports it is possible to have more than one Alfresco environment on a single box yes - obviously you must be very careful with port usage and make sure they point to different DB instances and also make sure they use different dir.root locations (see "config/alfresco/repository.properties")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second Alfresco server instance will also need different ports for it's FTP access and will need configuring to change the shared drive setup to stop conflicts between the instances (see&amp;nbsp;&amp;nbsp; "config/alfresco/file-servers.xml)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Google for info on running more than one tomcat/jboss instance, I seen documents for doing this and i've had 2 jboss instances running on a machine I've setup myself a couple of years back so i know it can be done.&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;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2005 10:44:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-environment-in-a-single-server/m-p/12205#M4957</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2005-11-24T10:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple environment in a single server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-environment-in-a-single-server/m-p/12206#M4958</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;I am currently evaluating a range of CMS products for a bunch of small sites hosted on a single box. I don't have enough resources to run several instances of jboss/tomcat on the same box, so I would like to host 3-4 *little* "portals" on the same server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to "tinker" with Alfresco to enable this? How much effort would it be required (rough estimate) to implement this feature, should I decide to carry on the task?&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;Ciao,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nigu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2005 21:30:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-environment-in-a-single-server/m-p/12206#M4958</guid>
      <dc:creator>nigu</dc:creator>
      <dc:date>2005-12-30T21:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple environment in a single server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-environment-in-a-single-server/m-p/12207#M4959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes in theory you can in TomCat:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can rename the WAR file to say "alfresco2.war" and deploy it again. You would then need to edit the&amp;nbsp; file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tomcat\webapps\alfresco2\WEB-INF\classes\alfresco\repository.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and change the dir.root and db.name settings to make sure the new Alfresco instance saved it's data to new file and database locations such as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.root=./alf_data2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.name=alfresco2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you would need to create a new database schema for your new instance by editing and running the SQL scripts again (for say "alfresco2" as above).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally start and stop the server sould do the trick so those settings get picked up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Jboss, certain configuration files are shared which mean you could do this but you would have identical configuration settings for each deployment which probably wouldn't be very useful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2006 17:23:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-environment-in-a-single-server/m-p/12207#M4959</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-01-04T17:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple environment in a single server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-environment-in-a-single-server/m-p/12208#M4960</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;I guess I'm a bit confused as how to do multiple instances of Alfresco/jboss on Linux using MySql.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as I see it as of now you create another directory where your second instance is in the jboss folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;seen as&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/jboss/default - main company instance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/jboss/company2 - secondary company&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you need everything that is in the default directory copied to the company2 directory?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You would have two mysql databases default and company2 and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;which files would need to be edited to create the second instance for the different ports and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for startup of the two instances?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any help that can be given as I seem to be a bit confused as to what needs to be changed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Trac&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2006 22:36:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-environment-in-a-single-server/m-p/12208#M4960</guid>
      <dc:creator>trac</dc:creator>
      <dc:date>2006-01-24T22:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple environment in a single server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-environment-in-a-single-server/m-p/12209#M4961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tac,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It sounds like you want to run a different server for each company.&amp;nbsp; In Jboss you have a bunch of options.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; = You can install the whole server many times: you would only do this if you had to support different versions or the "customer" had different product / upgrade cycles.&amp;nbsp; If you put them in one server they all get updated on the same day.&amp;nbsp; Thats the plus side.&amp;nbsp; The down side is they all get updated on the same day - and you have to coordinate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;= You can install them in the same server in different (configurations) This is the same as default and minimal in the jboss distribution.&amp;nbsp; It sounds like this is you choice.&amp;nbsp; In this case you still have to make sure each instance of the server operates on different ports.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;= the other option is to run them on the same container instace as differnt contexts. THis seems like the least optimal setup unless you are just selling alfresco instances. In this case you just install a bunch of apps and put virtual hosting infront of it to map different domain names to differnt contexts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just depends on what you want to do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 03:15:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-environment-in-a-single-server/m-p/12209#M4961</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2006-01-25T03:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple environment in a single server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-environment-in-a-single-server/m-p/12210#M4962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Tac,&lt;BR /&gt;&lt;BR /&gt;= You can install them in the same server in different (configurations) &lt;BR /&gt;This is the same as default and minimal in the jboss distribution.&amp;nbsp; &lt;BR /&gt;It sounds like this is you choice.&amp;nbsp; &lt;BR /&gt;In this case you still have to make sure each instance of the server operates on different ports.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the heads up on the different types of configs. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the one server with different configurations seems like the way that I'd like to go&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;except from what I've read I am a bit confused as to which files need to be changed for to set &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from what I have read&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/jboss/server/default/deploy/&lt;/SPAN&gt;&lt;A href="http://jbossweb-tomcat55.sar/server.xml" rel="nofollow noopener noreferrer"&gt;jbossweb-tomcat55.sar/server.xml&lt;/A&gt;&lt;SPAN&gt; - to change the ports&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/jboss/server/default/conf/jboss-service.xml - to add jboss port properties for multiple instances somehow&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/jboss/bin/run.sh - to launch each instance (what needs to be added? copy and modify for each instance?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/jboss/server/default/deploy/alfresco.war - need to change for each instance? e.g. (alfresco.war alfresco2.war .. etc)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;am I missing anything else? or am I a bit off track?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Trac&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 18:44:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-environment-in-a-single-server/m-p/12210#M4962</guid>
      <dc:creator>trac</dc:creator>
      <dc:date>2006-01-25T18:44:48Z</dc:date>
    </item>
  </channel>
</rss>

