<?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 'Manual' installation of Activiti 5.6 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/manual-installation-of-activiti-5-6/m-p/77632#M51386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;due to some setup requirements of my customer, I can not use the full ant setup procedure. I need to break things apart a bit, and install Activiti 5.6 on top of an Oracle database. After some tweaking, I got things running, but I have one thing which I did not understand really (might be a shortcoming of the current installation procedure).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I changed the activiti-cfg.xml to work with my Oracle environment, and after building and deploying the webapps, the REST webapp was working ok, but Explorer, Probe etc. still tried to connect to a H2 database. I tracked it down to the ant target deploy.activiti.cfg.into.tomcat. As far as I was able to understand this, this copies the modified activiti cfg jar and the database driver jar (in my case ojdbc from Oracle) into the deployed webapp. But the original target only did it for the activiti-rest webapp. After I manually copied the activiti-cfg and ojdbc jar also to the other webapps, everything worked as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I'm not sure if that was the right thing to do? Should the other webapps work even if the cfg is not deployed correctly? Or did I miss something in the build.xml and this copying happens somewhere else? Or is it just a little shortcoming of the current installation procedure?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Joe&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2011 22:34:27 GMT</pubDate>
    <dc:creator>jammann</dc:creator>
    <dc:date>2011-08-05T22:34:27Z</dc:date>
    <item>
      <title>'Manual' installation of Activiti 5.6</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/manual-installation-of-activiti-5-6/m-p/77632#M51386</link>
      <description>Hi alldue to some setup requirements of my customer, I can not use the full ant setup procedure. I need to break things apart a bit, and install Activiti 5.6 on top of an Oracle database. After some tweaking, I got things running, but I have one thing which I did not understand really (might be a sh</description>
      <pubDate>Fri, 05 Aug 2011 22:34:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/manual-installation-of-activiti-5-6/m-p/77632#M51386</guid>
      <dc:creator>jammann</dc:creator>
      <dc:date>2011-08-05T22:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: 'Manual' installation of Activiti 5.6</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/manual-installation-of-activiti-5-6/m-p/77633#M51387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm facing the same problem here, but I'm not a Spring expert, so difficult to identify the problem &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got the war packages that the demo script generated, put the activiti.cfg.xml in the folder WEB-INF/classes and the driver ojdbc5.jar in the folder WEB-INF/lib. The deployment does not generate any error message and the logging seems to indicate that the deployment was successful, but none of the applications run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;10-août-2011 11:38:48 org.apache.catalina.startup.HostConfig deployWAR&lt;BR /&gt;INFO: Déploiement de l'archive activiti-administrator.war de l'application web&lt;BR /&gt;10-août-2011 11:38:48 org.apache.catalina.startup.HostConfig deployWAR&lt;BR /&gt;INFO: Déploiement de l'archive activiti-cycle.war de l'application web&lt;BR /&gt;10-août-2011 11:38:48 org.apache.catalina.startup.HostConfig deployWAR&lt;BR /&gt;INFO: Déploiement de l'archive activiti-explorer.war de l'application web&lt;BR /&gt;10-août-2011 11:38:52 org.apache.catalina.startup.HostConfig deployWAR&lt;BR /&gt;INFO: Déploiement de l'archive activiti-init.war de l'application web&lt;BR /&gt;10-août-2011 11:38:52 org.apache.catalina.startup.HostConfig deployWAR&lt;BR /&gt;INFO: Déploiement de l'archive activiti-kickstart.war de l'application web&lt;BR /&gt;10-août-2011 11:38:52 org.apache.catalina.startup.HostConfig deployWAR&lt;BR /&gt;INFO: Déploiement de l'archive activiti-probe.war de l'application web&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;As you can see there is no error message in the log files. Therefore, impossible to figure out what is going on. Did you do something different from this? What am I missing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 12:22:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/manual-installation-of-activiti-5-6/m-p/77633#M51387</guid>
      <dc:creator>htmfilho</dc:creator>
      <dc:date>2011-08-10T12:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: 'Manual' installation of Activiti 5.6</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/manual-installation-of-activiti-5-6/m-p/77634#M51388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I finally figured out what was the problem. Now, I'm in the same situation as you &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; To everyone else: how can we define a database connection that is common to all Activiti applications?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 04:38:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/manual-installation-of-activiti-5-6/m-p/77634#M51388</guid>
      <dc:creator>htmfilho</dc:creator>
      <dc:date>2011-08-11T04:38:03Z</dc:date>
    </item>
  </channel>
</rss>

