<?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: Configuring connection pool with Tomcat 5.5 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/configuring-connection-pool-with-tomcat-5-5/m-p/254622#M207752</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;SPAN&gt;Thanks for reply ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As per using recent version , we can not use it because 2.2 is already in production. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have our own local database to which we want to configure connection pooling.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We do not want to modify or do any configuration on server&amp;nbsp;&amp;nbsp; (server.xml ,etc ) to configure pool. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are trying to configure pool per-web-application context XML file (META-INF/context.xml).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html#context.xml_configuration" rel="nofollow noopener noreferrer"&gt;http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html#context.xml_configuration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If naming*.jar are removed from alfresco lib , pool is getting created but as I asked in my previous post &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do naming*.jar are modified&amp;nbsp; for alfresco , if not will alfresco work without any issues when naming*.jar are removed from alfresco lib.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2011 12:20:56 GMT</pubDate>
    <dc:creator>rpalfreco</dc:creator>
    <dc:date>2011-04-18T12:20:56Z</dc:date>
    <item>
      <title>Configuring connection pool with Tomcat 5.5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuring-connection-pool-with-tomcat-5-5/m-p/254620#M207750</link>
      <description>Hi All ,I am a newbie to alfresco ,We are trying to configure Connection pool on Tomcat 5.5 . we are able deploy a sample application with connection pool settings ,&amp;nbsp; but when it comes to alfresco , we are facing binding issues. In the post&amp;nbsp; ( http://forums.alfresco.com/en/viewtopic.php?t=8385 )&amp;nbsp; sa</description>
      <pubDate>Mon, 18 Apr 2011 05:15:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuring-connection-pool-with-tomcat-5-5/m-p/254620#M207750</guid>
      <dc:creator>rpalfreco</dc:creator>
      <dc:date>2011-04-18T05:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring connection pool with Tomcat 5.5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuring-connection-pool-with-tomcat-5-5/m-p/254621#M207751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco 2.2!&amp;nbsp;&amp;nbsp; I suggest you use a more recent version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And the thread you reference is long dead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps you should start by saying what you are trying to do, there should be no need to configure a connection pool in tomcat, the out of the box configuration should "just work".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 09:16:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuring-connection-pool-with-tomcat-5-5/m-p/254621#M207751</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-04-18T09:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring connection pool with Tomcat 5.5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuring-connection-pool-with-tomcat-5-5/m-p/254622#M207752</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;SPAN&gt;Thanks for reply ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As per using recent version , we can not use it because 2.2 is already in production. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have our own local database to which we want to configure connection pooling.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We do not want to modify or do any configuration on server&amp;nbsp;&amp;nbsp; (server.xml ,etc ) to configure pool. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are trying to configure pool per-web-application context XML file (META-INF/context.xml).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html#context.xml_configuration" rel="nofollow noopener noreferrer"&gt;http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html#context.xml_configuration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If naming*.jar are removed from alfresco lib , pool is getting created but as I asked in my previous post &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do naming*.jar are modified&amp;nbsp; for alfresco , if not will alfresco work without any issues when naming*.jar are removed from alfresco lib.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 12:20:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuring-connection-pool-with-tomcat-5-5/m-p/254622#M207752</guid>
      <dc:creator>rpalfreco</dc:creator>
      <dc:date>2011-04-18T12:20:56Z</dc:date>
    </item>
  </channel>
</rss>

