<?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 Standalone tomcat in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/standalone-tomcat/m-p/262866#M215996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have WCMQS up and running and have created our own site called seed with sections and collections mapped for our website.&amp;nbsp; It all works fine if our surf (wcmqs webapp clone) webapp is installed on the alfresco tomcat instance.&amp;nbsp; I have installed a tomcat 6 version as a standalone version for serving the live site but it is not able to connect to the alfresco instance to get its data.&amp;nbsp; Is there any documentation on how to setup a standalone tomcat/webapp for a wcmqs webapp.&amp;nbsp; Do I need to include jars or is there config in the tomcat or webapp I am missing that allows it to connect to the alfresco repository to get its information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Nov 2010 05:38:20 GMT</pubDate>
    <dc:creator>boneill</dc:creator>
    <dc:date>2010-11-29T05:38:20Z</dc:date>
    <item>
      <title>Standalone tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/standalone-tomcat/m-p/262866#M215996</link>
      <description>Hi everyone,We have WCMQS up and running and have created our own site called seed with sections and collections mapped for our website.&amp;nbsp; It all works fine if our surf (wcmqs webapp clone) webapp is installed on the alfresco tomcat instance.&amp;nbsp; I have installed a tomcat 6 version as a standalone versi</description>
      <pubDate>Mon, 29 Nov 2010 05:38:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/standalone-tomcat/m-p/262866#M215996</guid>
      <dc:creator>boneill</dc:creator>
      <dc:date>2010-11-29T05:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/standalone-tomcat/m-p/262867#M215997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The configuration you need to override is described in the WQS Developer Guide here: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Quick_Start_Developer_Guide#Configuring_the_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Quick_Start_Developer_Guide#Configuring_the_API&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please would you let me know if this provides the answer? If not then I'll try to clarify it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 08:55:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/standalone-tomcat/m-p/262867#M215997</guid>
      <dc:creator>bremmington</dc:creator>
      <dc:date>2010-11-29T08:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/standalone-tomcat/m-p/262868#M215998</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;Thanks for the fast reply.&amp;nbsp; I am running an additional tomcat instance (tomcatseed) on the same server as the repository.&amp;nbsp; So the alfresco tomcat instance is still referenceable via &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; The entries in the wcmqs-api.properties are below which is as is out of the box.&amp;nbsp; So I am assuming that the tomcatseed tomcat instance should be able to pick everything up as defined in the alfresco tomcat instance. :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/tomcatseed/webapps/seed/WEB-INF/classes/alfresco/wcmws-api.properies&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# WCM QS configuration properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;wcmqs.api.alfresco=&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;wcmqs.api.user=admin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;wcmqs.api.password=admin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;wcmqs.api.alfresco.cmis=%{wcmqs.api.alfresco}/service/cmis&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;wcmqs.api.alfresco.webscript=%{wcmqs.api.alfresco}/service/api/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#Type of asset factory to use. Either "cmis" or "webscript" (case-sensitive)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;wcmqs.api.assetFactoryType=webscript&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#wcmqs.api.assetFactoryType=cmis&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The seed webapp is still not resolving a connection back to the alfresco tomcat repository to get its data.&amp;nbsp; Is there anything else I need in the tomcatseed tomcat server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 09:30:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/standalone-tomcat/m-p/262868#M215998</guid>
      <dc:creator>boneill</dc:creator>
      <dc:date>2010-11-29T09:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/standalone-tomcat/m-p/262869#M215999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your Alfresco tomcat instance is running on port 8080 then this config should work. What exactly are you seeing? Have you changed the host/port metadata on the website nodes in Alfresco ("Quick Start Editorial" and "Quick Start Live")?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 10:49:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/standalone-tomcat/m-p/262869#M215999</guid>
      <dc:creator>bremmington</dc:creator>
      <dc:date>2010-11-29T10:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/standalone-tomcat/m-p/262870#M216000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Brian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I changed the port in the live version to use point 9090 which now matches the editorial version (as you suggested).&amp;nbsp; Do both the live and editorial versions need to have the same port configured?&amp;nbsp;&amp;nbsp;&amp;nbsp; I restarted tomcat a couple of times after doing this and then it suddenly just started working.&amp;nbsp; Is there some caching going on in the surf or webscripts that needs to be cleared when you set the port or change the webapp context.&amp;nbsp; Seems funny it just started to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 12:09:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/standalone-tomcat/m-p/262870#M216000</guid>
      <dc:creator>boneill</dc:creator>
      <dc:date>2010-11-29T12:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/standalone-tomcat/m-p/262871#M216001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, there's no need for editorial and live to be on the same port (or host). There is a cache of websites in the web app, but the logic is that if a request misses the cache then the cache is reloaded. This is done because it is deemed unlikely that a request would end up hitting the WQS web app "by accident", so it's worth checking that the repo hasn't been updated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure what would have caused it to start working suddenly, but I'm glad that it has&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 12:34:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/standalone-tomcat/m-p/262871#M216001</guid>
      <dc:creator>bremmington</dc:creator>
      <dc:date>2010-11-29T12:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/standalone-tomcat/m-p/262872#M216002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks once again for your help and explanations.&amp;nbsp; As you said, at least it now working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 21:38:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/standalone-tomcat/m-p/262872#M216002</guid>
      <dc:creator>boneill</dc:creator>
      <dc:date>2010-11-29T21:38:59Z</dc:date>
    </item>
  </channel>
</rss>

