cancel
Showing results for 
Search instead for 
Did you mean: 

Installing Activiti in existing tomcat environment

buetti
Champ in-the-making
Champ in-the-making
Hi all,

I have an ubuntu server 10.10 und an existing apache2 and tomcat installation. Now I would like to install activiti in the Tomcat container. For that I would like to use a mysql database. I created the database 'activiti' with the user 'activiti'. Now I configure the build files as in the attachment. I changed the default database to mysql and typed in the location of the tomcat directory. Further I changed the default ant target 'demo.setup' and deleted the targets for h2 and tomcat installation. The installation went fine, but I can't access any activiti app wether cycle, probe, nor modeler etc.

I'm a noob to linux, apache and so on, sorry for that - please help! Smiley Wink

kind regards
ben
11 REPLIES 11

buetti
Champ in-the-making
Champ in-the-making
I get it! The /etc/tomcat6 folder is wrong. You have to set the path /var/lib/tomcat6 as tomcat_home in the build.xml. Now it works! Smiley Wink

Thanks for your help.

buetti
Champ in-the-making
Champ in-the-making
I just tried it out an all went fine. I can call cycle, explorer, etc.. but I can't use the modeler! ;( There is a folder called "activiti-modeler" and also the modeler.war file in the webapps folder. What I have to do to get the modeler working?? Any ideas?