<?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: Activiti Modeller installation in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-modeller-installation/m-p/76121#M50138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Tobias,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the war file must be put to the webapps folder of a Tomcat server. As the modeller doesn't require the activiti engine at all, any Tomcat &amp;gt;6 can be used, I guess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nevertheless you can use the Tomcat shipped with Activiti 5.7, too. You should find it under C:\Activit-5.7\apps\apache-tomcat-6.0.32 in your installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Running the Activiti-Demo (C:\Activiti-5.7\setup\ant demo.start) will start the Tomcat server. As soon as you copy the signaviocore.war into the webapps-folder, the modeller will be deployed and will have the default URL (&lt;/SPAN&gt;&lt;A href="http://localhost:8080/signaviocore/p/explorer" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/signaviocore/p/explorer&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In build.properties of the Signavio Core Components project you can specify the path to your Tomcat:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;dir-tomcat-webapps = C:\activiti-5.7\apps\apache-tomcat-6.0.32\webapps&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Having done that, it is easier to call the following ant target in the correlating build.xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;build-and-deploy-all-in-one-war-to-tomcat&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;In the same build.properties the path to a repository for the modeller is defined:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;fileSystemRootDirectory = &amp;lt;your repo directory&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;When deploying the modeler, this directory must exist already. Otherwise you'll get an error during the deployment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope it helps as I have already gone through it&amp;nbsp; &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2011 07:46:43 GMT</pubDate>
    <dc:creator>dhaasner</dc:creator>
    <dc:date>2011-08-30T07:46:43Z</dc:date>
    <item>
      <title>Activiti Modeller installation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-modeller-installation/m-p/76120#M50137</link>
      <description>Hello,I tried to follow those instructions in order to install the signavio modeller.http://docs.codehaus.org/display/ACT/How+to+build+Activiti+Modeler+from+SignavioI checked out the signavio trunk into c:\signavio.Activiti is installed under c:\activiti-5.7These are my build properties:dir-tomcat-w</description>
      <pubDate>Tue, 30 Aug 2011 04:26:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-modeller-installation/m-p/76120#M50137</guid>
      <dc:creator>tobiasw_</dc:creator>
      <dc:date>2011-08-30T04:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Modeller installation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-modeller-installation/m-p/76121#M50138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Tobias,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the war file must be put to the webapps folder of a Tomcat server. As the modeller doesn't require the activiti engine at all, any Tomcat &amp;gt;6 can be used, I guess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nevertheless you can use the Tomcat shipped with Activiti 5.7, too. You should find it under C:\Activit-5.7\apps\apache-tomcat-6.0.32 in your installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Running the Activiti-Demo (C:\Activiti-5.7\setup\ant demo.start) will start the Tomcat server. As soon as you copy the signaviocore.war into the webapps-folder, the modeller will be deployed and will have the default URL (&lt;/SPAN&gt;&lt;A href="http://localhost:8080/signaviocore/p/explorer" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/signaviocore/p/explorer&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In build.properties of the Signavio Core Components project you can specify the path to your Tomcat:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;dir-tomcat-webapps = C:\activiti-5.7\apps\apache-tomcat-6.0.32\webapps&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Having done that, it is easier to call the following ant target in the correlating build.xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;build-and-deploy-all-in-one-war-to-tomcat&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;In the same build.properties the path to a repository for the modeller is defined:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;fileSystemRootDirectory = &amp;lt;your repo directory&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;When deploying the modeler, this directory must exist already. Otherwise you'll get an error during the deployment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope it helps as I have already gone through it&amp;nbsp; &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 07:46:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-modeller-installation/m-p/76121#M50138</guid>
      <dc:creator>dhaasner</dc:creator>
      <dc:date>2011-08-30T07:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Modeller installation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-modeller-installation/m-p/76122#M50139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sweet, thanks David. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just did &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ant build-all-in-one-war &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;instead of &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;build-and-deploy-all-in-one-war-to-tomcat.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tobi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 00:08:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-modeller-installation/m-p/76122#M50139</guid>
      <dc:creator>tobiasw_</dc:creator>
      <dc:date>2011-08-31T00:08:19Z</dc:date>
    </item>
  </channel>
</rss>

