<?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 Multiple instances of Alfresco into the same Tomcat instance in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/multiple-instances-of-alfresco-into-the-same-tomcat-instance/m-p/189682#M142812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like install multiple instances of alfresco in a single server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have installed alfresco community 2.0 in my system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've copied two alfresco war files in the webapp directory of Tomcat, alfresco1.war and alfresco2.war.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have modified Alfresco repository.properties files writing the correct location for data directories and databases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, i restarted Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But, when Alfresco starts these exceptions occur:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;18:36:54,317 ERROR [smb.protocol.netbios] NetBIOSNameServer setup error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.net.BindException: Address already in use&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.PlainDatagramSocketImpl.bind0(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:82)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.DatagramSocket.bind(DatagramSocket.java:368)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.DatagramSocket.&amp;lt;init&amp;gt;(DatagramSocket.java:210)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.DatagramSocket.&amp;lt;init&amp;gt;(DatagramSocket.java:261)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.DatagramSocket.&amp;lt;init&amp;gt;(DatagramSocket.java:234)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.filesys.netbios.server.NetBIOSNameServer.openSocket(NetBIOSNameServer.java:1085)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.filesys.netbios.server.NetBIOSNameServer.run(NetBIOSNameServer.java:1611)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.lang.Thread.run(Thread.java:619)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;18:36:54,344 INFO [service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_11-b03; maximum heap size 493,063MB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;18:36:54,361 WARN [service.descriptor.DescriptorService] Alfresco JVM - WARNING - maximum heap size 493,063MB is less than recommended 512MB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;18:36:54,344 ERROR [alfresco.ftp.protocol] FTP Socket error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.net.BindException: Address already in use&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.PlainSocketImpl.socketBind(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.ServerSocket.bind(ServerSocket.java:319)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.ServerSocket.&amp;lt;init&amp;gt;(ServerSocket.java:185)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.ServerSocket.&amp;lt;init&amp;gt;(ServerSocket.java:141)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.filesys.ftp.FTPNetworkServer.run(FTPNetworkServer.java:407)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.lang.Thread.run(Thread.java:619)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;18:36:54,361 INFO [service.descriptor.DescriptorService] Alfresco started (Community Network): Current version 2.1.0 (482) schema 64 - Installed version 2.1.0 (484) schema 64&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;18:36:54,368 ERROR [alfresco.smb.protocol] Server error :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.net.BindException: Address already in use&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.PlainSocketImpl.socketBind(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.ServerSocket.bind(ServerSocket.java:319)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.ServerSocket.&amp;lt;init&amp;gt;(ServerSocket.java:185)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.net.ServerSocket.&amp;lt;init&amp;gt;(ServerSocket.java:141)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.filesys.smb.server.SessionSocketHandler.initialize(SessionSocketHandler.java:257)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.filesys.smb.server.NetBIOSSessionSocketHandler.createSessionHandlers(NetBIOSSessionSocketHandler.java:165)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.filesys.smb.server.SMBServer.run(SMBServer.java:495)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.lang.Thread.run(Thread.java:619)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the cause is about numbers of ports….is it right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i solve this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, help me! :cry: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ps&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also installed Alfresco 3 Labs and I tried the Multi-tencancy option. This is a cool option but the tenants share the same db&amp;nbsp; (i'd like a db for each tenants or Alfresco instance)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I could have multiple Tomcat instances but I haven't many resources in my system&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2009 19:46:18 GMT</pubDate>
    <dc:creator>camillo</dc:creator>
    <dc:date>2009-03-02T19:46:18Z</dc:date>
    <item>
      <title>Multiple instances of Alfresco into the same Tomcat instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-instances-of-alfresco-into-the-same-tomcat-instance/m-p/189682#M142812</link>
      <description>Hi all,I'd like install multiple instances of alfresco in a single server.I have installed alfresco community 2.0 in my system.I've copied two alfresco war files in the webapp directory of Tomcat, alfresco1.war and alfresco2.war.I also have modified Alfresco repository.properties files writing the c</description>
      <pubDate>Mon, 02 Mar 2009 19:46:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-instances-of-alfresco-into-the-same-tomcat-instance/m-p/189682#M142812</guid>
      <dc:creator>camillo</dc:creator>
      <dc:date>2009-03-02T19:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple instances of Alfresco into the same Tomcat instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-instances-of-alfresco-into-the-same-tomcat-instance/m-p/189683#M142813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm going to be attempting the same exercise soon, and I have a dreadful feeling it's going to be more work than it's worth.&amp;nbsp; I would think that you are in fact running into port conflicts between the multiple applications.&amp;nbsp; Take a look at the file-servers.xml file.&amp;nbsp; There's a commented out section that allows you to change the port number used for CFIS… that's where I'd start.&amp;nbsp; Be sure to keep in mind that there is a higher lever extensions directory with the &amp;lt;file&amp;gt;-custom.xml configurations that could also be stepping on things.&amp;nbsp; If I come up with any good tricks over the next couple days, I'll let you know…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 20:06:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-instances-of-alfresco-into-the-same-tomcat-instance/m-p/189683#M142813</guid>
      <dc:creator>pconnors</dc:creator>
      <dc:date>2009-03-04T20:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple instances of Alfresco into the same Tomcat instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-instances-of-alfresco-into-the-same-tomcat-instance/m-p/189684#M142814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very mcuh for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;While I try some solutions to solve the problem, I'll wait you post&amp;nbsp; &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;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 06:38:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-instances-of-alfresco-into-the-same-tomcat-instance/m-p/189684#M142814</guid>
      <dc:creator>camillo</dc:creator>
      <dc:date>2009-03-05T06:38:00Z</dc:date>
    </item>
  </channel>
</rss>

