<?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: deployment in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113035#M79555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Older versions of Tomcat didn't support UNC paths in the docBase parameter - I'm less familiar with Tomcat 6.0 but wouldn't be surprised if that's still a limitation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 May 2008 14:42:24 GMT</pubDate>
    <dc:creator>pmonks</dc:creator>
    <dc:date>2008-05-25T14:42:24Z</dc:date>
    <item>
      <title>deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113029#M79549</link>
      <description>I've put the example war of wcm alfresco and imported it in&amp;nbsp; a wcmfolder. I've succesfully deployed the war file on the same alfresco server. But I can't find the link,path to surf to that website.(My virtualisation server is not running, but I think that is only nescessary for previews).Or am I mis</description>
      <pubDate>Mon, 30 Jul 2007 07:49:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113029#M79549</guid>
      <dc:creator>xerox</dc:creator>
      <dc:date>2007-07-30T07:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113030#M79550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;*bump*&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 09:44:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113030#M79550</guid>
      <dc:creator>xerox</dc:creator>
      <dc:date>2007-08-01T09:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113031#M79551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, in order to surf the website, you will indeed need to install the virtualization server or set-up your own webserver atop a CIFS-mounted sandbox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 13:48:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113031#M79551</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2007-08-06T13:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113032#M79552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And how can I define a goodlooking url to the website deployed in alfresco?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 13:59:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113032#M79552</guid>
      <dc:creator>xerox</dc:creator>
      <dc:date>2007-08-06T13:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113033#M79553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Two ways:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Set up a separate webserver instance, pointing at the latest snapshot&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in Staging as the root of your site (-1) via our CIFS mount&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; Deploy the latest version of staging to a remote Alfresco server or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file-server, with a separate webserver sitting atop that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Alfresco, a website or web application is a fully-contained source tree&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;managed in a collection of sandboxes for development, test, and staging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your URLs are whatever you want them to be.&amp;nbsp; When previewing a site,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;we dynamically rehost URLs via our virtualization server to a specific&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sandbox context, with specialized class-loading behavior to ensure that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;we don't load the same app resources (jars and classes) for each sandbox&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if they are sharing a common version of that asset via a layer from Staging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These auto-generated paths for the virtualization server are not intended to be your production URLs.&amp;nbsp; Specifically, all the preceding context components of the URL that specify what sandbox you are previewing is not usual nor should be exposed to the outside world. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 14:16:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113033#M79553</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2007-08-06T14:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113034#M79554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i am Set up a separate webserver instance ,but how to pointing at the latest snapshot&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in Staging as the root of my site (-1) via&amp;nbsp; CIFS mount ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I&amp;nbsp; config&amp;nbsp; my-app.xml in new&amp;nbsp; webserver instance&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Tomcat 6.0\conf\Catalina\localhost:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;Context docBase="\\\\Quandha\\avm\\wwwAlfrescolive\\HEAD\\DATA\\www\\avm_webapps"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; privileged="false" antiResourceLocking="false" antiJARLocking="false"&amp;gt;&lt;BR /&gt;&amp;lt;/Context&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I start tomcat (new instance) its say: (catalina.log)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;SEVERE: Error starting static Resources&lt;BR /&gt;java.lang.IllegalArgumentException: Document base \\Quandha\avm\wwwAlfrescolive\HEAD\DATA\www\avm_webapps does not exist or is not a readable directory&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;What did i do any think else? ( eg : config user,pass to connect via CIFS in tomcat ??? ).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Iam realy need help . thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 04:03:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113034#M79554</guid>
      <dc:creator>namson</dc:creator>
      <dc:date>2008-05-23T04:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113035#M79555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Older versions of Tomcat didn't support UNC paths in the docBase parameter - I'm less familiar with Tomcat 6.0 but wouldn't be surprised if that's still a limitation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2008 14:42:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113035#M79555</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-05-25T14:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113036#M79556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, how&amp;nbsp; to I deploy "live" website in alfresco server ( I Deployed to Alfresco-runtime-server success ,&amp;nbsp; ) to&amp;nbsp; end_use ( world-wire-web) ?.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 02:59:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113036#M79556</guid>
      <dc:creator>namson</dc:creator>
      <dc:date>2008-05-26T02:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113037#M79557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If all you need to do is deploy the files in a Web Project out to a "real" filesystem (eg. an exploded webapp) you should be using a FileSystem Receiver (FSR) rather than an Alfresco Runtime (ASR).&amp;nbsp; See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Deployment" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Deployment&lt;/A&gt;&lt;SPAN&gt; for more details.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco Runtimes are intended for cases where your web application needs to dynamically query the content set at request time (something that is rather difficult to do with content stored in a filesystem).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 03:34:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deployment/m-p/113037#M79557</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-05-26T03:34:51Z</dc:date>
    </item>
  </channel>
</rss>

