<?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: Accessing Alfresco from another Tomcat container in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-from-another-tomcat-container/m-p/137657#M96476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Or, could it be that I should go for a &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Repository_Architecture#Repository_Deployment_Options" rel="nofollow noopener noreferrer"&gt;Clustered Repository Server&lt;/A&gt;&lt;SPAN&gt;? Could I use Alfresco Web Client in one web server and the Java API (as in the FirstFoundationClient) in the other web server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there an example configuration that I could use as a starting point?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for an answer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaspar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Nov 2007 00:30:35 GMT</pubDate>
    <dc:creator>hbf</dc:creator>
    <dc:date>2007-11-22T00:30:35Z</dc:date>
    <item>
      <title>Accessing Alfresco from another Tomcat container</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-from-another-tomcat-container/m-p/137655#M96474</link>
      <description>Hi!Does anyboy know how to set up a second webapp in Alfresco's Tomcat installation that accesses Alfresco?My goal is to run Alfresco and Tapestry on the same Tomcat installation.For this, I followed the instructions to tie Alfresco's Spring application context into my Tapestry webapp.I think the ap</description>
      <pubDate>Mon, 19 Nov 2007 22:50:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-from-another-tomcat-container/m-p/137655#M96474</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2007-11-19T22:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Alfresco from another Tomcat container</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-from-another-tomcat-container/m-p/137656#M96475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anybody have an idea how to accomplish this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again for clarity: I have the Web Client running as a webapp in Tomcat (normally Alfresco installation). I added another Tomcat webapp (Tapestry) and want to use Alfresco. I see three options:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Use the Alfresco Java API directlty: For this, I'd have to access the "nodeService", "contentService", etc. beans of the Web Client webapp. I guess that would be all in order to be able to work with Alfresco, but I am not sure whether this approach does not lead to problems (transactions being shared between Web Client and my webapp?). Any Alfresco engineer can comment on this, please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Something similar to FirstFoundationClient (in Alfresco SDK) does not work as this runs an embedded Alfresco version Ã¢â‚¬â€œÃ‚Â&amp;nbsp;but I am already running the Web Client. Again, am I right in saying that the FirstFoundationClient and the Web Client cannot run in parallel? (At least I could not get them to work together.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Use the Web Services API: I am not sure whether this is so good with respect to performance and feature-richtness. If I understand correctly, the Web Services API runs through a wire (as it can be used remotely): is this a big overhead? Will it cache data? Also, the Alfresco Java API is not fully available, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Is there another option?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just need a few "yes's"/"no's" to understand which way to go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaspar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 13:00:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-from-another-tomcat-container/m-p/137656#M96475</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2007-11-21T13:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Alfresco from another Tomcat container</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-from-another-tomcat-container/m-p/137657#M96476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Or, could it be that I should go for a &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Repository_Architecture#Repository_Deployment_Options" rel="nofollow noopener noreferrer"&gt;Clustered Repository Server&lt;/A&gt;&lt;SPAN&gt;? Could I use Alfresco Web Client in one web server and the Java API (as in the FirstFoundationClient) in the other web server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there an example configuration that I could use as a starting point?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for an answer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaspar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 00:30:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-from-another-tomcat-container/m-p/137657#M96476</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2007-11-22T00:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Alfresco from another Tomcat container</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-from-another-tomcat-container/m-p/137658#M96477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After several hours of research and experimenting I've come up with a solution. The &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_and_Tapestry_on_the_Same_Tomcat_Installation" rel="nofollow noopener noreferrer"&gt;details&lt;/A&gt;&lt;SPAN&gt; are documented on Alfresco's wiki.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps others that need to do a similar thing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 12:17:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-alfresco-from-another-tomcat-container/m-p/137658#M96477</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2007-11-26T12:17:15Z</dc:date>
    </item>
  </channel>
</rss>

