cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to run activiti local within Eclipse

peetdeprutser
Champ in-the-making
Champ in-the-making
Hello,

I've followed the user guide to setup eclipse for using Activiti. The installation went without problem. Eclipse Helios, SVN, Maven etc.. Project checkout and creation. Even the build is correct. So far so good. From previous projects creating web applications I was used to create (using WTP) a dynamic web project so I can develop and test locally without deploying every time. I've tried to do so also for Activiti. This will not work. Perhaps because having not enough Knowledge. The problems that I encounter are:
1. The project facet Dynamic Web Module can't be changed to 2.5, it's now 3.0 and that cannot run on Tomcat 6 server.
2. Not able to dynamically run the engine, mule, etc. within Tomcat 6 server.

So my question are:
Has someone already successfully installed a working local version, within eclipse, for Activti?
Is there an other way to local develop/debug Activiti?

Thanks,

Peter.
3 REPLIES 3

falko_menge
Champ in-the-making
Champ in-the-making
Hi Peter,

Usually, we use Tomcat remote debugging as described in the Activiti Developer Guide (look for tomcat.enable.debug).

Greetings from Berlin,
Falko

peetdeprutser
Champ in-the-making
Champ in-the-making
Falco, That is also an solution. I supose you should deploy the changes before you can check whether the solution has worked? I will give it e try.

Thanks,

Peter

falko_menge
Champ in-the-making
Champ in-the-making
Smaller changes can be hot swapped into Tomcat. For others you need to redeploy at least the component you changed.