<?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: Alfresco Side WebScripts in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252072#M205202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a ton Jeff -&amp;nbsp; this clears up some questions!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2012 14:03:01 GMT</pubDate>
    <dc:creator>drozes</dc:creator>
    <dc:date>2012-04-02T14:03:01Z</dc:date>
    <item>
      <title>Alfresco Side WebScripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252070#M205200</link>
      <description>Hi guys.So far these are my two methods for adding webscripts&lt;IMG id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;hare Tier Scripts I place in \tomcat\shared\classes\alfresco\web-extension\site-webscriptsAndRepo Tier Scripts I have been using the Share Interface Data Dictionary.DataDictionary-&amp;gt;webscripts-&amp;gt;org-&amp;gt;alfresco-&amp;gt;customWhat I'd lo</description>
      <pubDate>Fri, 30 Mar 2012 17:13:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252070#M205200</guid>
      <dc:creator>drozes</dc:creator>
      <dc:date>2012-03-30T17:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Side WebScripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252071#M205201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Share Tier web scripts cannot be run out of the content repository. Alfresco and Share are two completely separate web applications. Often they are run in two different containers or even two different physical nodes entirely.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can, however, put repository tier web scripts in the file system. They go in $TOMCAT_HOME/webapps/alfresco/WEB-INF/classes/alfresco/extension/templates/webscripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like you have your Share tier web scripts in $TOMCAT_HOME/shared. That's fine, but definitely not my preference. I prefer to put them in $TOMCAT_HOME/webapps/share/WEB-INF/classes/alfresco/web-extension. I only use $TOMCAT_HOME/shared for things that are server- or environment-specific (like file system or LDAP configuration). That way, I can pick up my Alfresco and Share WAR files and move them across servers or go from Dev to QA to Prod and each WAR has everything it needs and does not have to be tweaked because of the environment it happens to be deployed to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I haven't convinced you to not use $TOMCAT_HOME/shared, your repository tier web scripts could also go in shared under $TOMCAT_HOME/shared/classes/alfresco/extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With all of that said, you might want to seriously consider packaging your web scripts and other extensions as AMPs (one for the repository tier and one for the Share tier). Then you have a nice, repeatable, less error-prone way to deploy your customizations and extensions. Learn more &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/index.php?title=Packaging_And_Deploying_Extensions" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 19:54:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252071#M205201</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-03-30T19:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Side WebScripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252072#M205202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a ton Jeff -&amp;nbsp; this clears up some questions!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 14:03:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252072#M205202</guid>
      <dc:creator>drozes</dc:creator>
      <dc:date>2012-04-02T14:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Side WebScripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252073#M205203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Share Tier web scripts cannot be run out of the content repository. Alfresco and Share are two completely separate web applications. Often they are run in two different containers or even two different physical nodes entirely.&lt;BR /&gt;&lt;BR /&gt;You can, however, put repository tier web scripts in the file system. They go in $TOMCAT_HOME/webapps/alfresco/WEB-INF/classes/alfresco/extension/templates/webscripts.&lt;BR /&gt;&lt;BR /&gt;It looks like you have your Share tier web scripts in $TOMCAT_HOME/shared. That's fine, but definitely not my preference. I prefer to put them in $TOMCAT_HOME/webapps/share/WEB-INF/classes/alfresco/web-extension. I only use $TOMCAT_HOME/shared for things that are server- or environment-specific (like file system or LDAP configuration). That way, I can pick up my Alfresco and Share WAR files and move them across servers or go from Dev to QA to Prod and each WAR has everything it needs and does not have to be tweaked because of the environment it happens to be deployed to.&lt;BR /&gt;&lt;BR /&gt;If I haven't convinced you to not use $TOMCAT_HOME/shared, your repository tier web scripts could also go in shared under $TOMCAT_HOME/shared/classes/alfresco/extension.&lt;BR /&gt;&lt;BR /&gt;With all of that said, you might want to seriously consider packaging your web scripts and other extensions as AMPs (one for the repository tier and one for the Share tier). Then you have a nice, repeatable, less error-prone way to deploy your customizations and extensions. Learn more &lt;A href="http://wiki.alfresco.com/index.php?title=Packaging_And_Deploying_Extensions" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would it be possible to edit some Aflresco Settings to allow Sahre Webscripts to be run out of the content repo?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 17:48:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252073#M205203</guid>
      <dc:creator>drozes</dc:creator>
      <dc:date>2012-04-26T17:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Side WebScripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252074#M205204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No. I can't think of a use case where it would even make sense to do that. What are you trying to do that makes you want to put your Share tier web scripts in the repository?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 18:23:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252074#M205204</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-04-26T18:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Side WebScripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252075#M205205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Firstly thank you for the super-quick reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My company wants to be able to apply workflows to ALL aspects of a project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So if we have a group of webscripts that are used for a certain webapp managed through Alfresco, we would like them to be able to be in the content repo - allowing workflows and all the special Alfrescian aspects to them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice? or not possible?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 13:47:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252075#M205205</guid>
      <dc:creator>drozes</dc:creator>
      <dc:date>2012-04-27T13:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Side WebScripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252076#M205206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What if you routed the web scripts as content, and then used the file system transfer to publish the web scripts to the Share tier file system once they are approved?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 15:04:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252076#M205206</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-04-27T15:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Side WebScripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252077#M205207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks definitely a possible solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I could also work into it different publishign target depending on it's approval status.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the idea - I'm gonna let that brew. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gonna use the &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.0/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Ftasks%2Fws-curl.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.0/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Ftasks%2Fws-curl.html&lt;/A&gt;&lt;SPAN&gt; documentation as a starting point.&amp;nbsp; Any guides are welcomed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 15:22:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252077#M205207</guid>
      <dc:creator>drozes</dc:creator>
      <dc:date>2012-04-27T15:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Side WebScripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252078#M205208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I could think of a valid use case for defining share webscripts in the repository: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have a multi-tenancy enabled system and you want to separate the default extensions available to all tenants (deployed on the classpath) and client-specific customizations for individual tenants (stored as content in the repository). These customizations would then be scoped to the tenant.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There would be a policy to keep client customizations to a minimum and move webscripts to the classpath when needed by more tenants (i.e. promote reuse).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2012 09:57:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-side-webscripts/m-p/252078#M205208</guid>
      <dc:creator>arnoldschrijve1</dc:creator>
      <dc:date>2012-08-10T09:57:46Z</dc:date>
    </item>
  </channel>
</rss>

