cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Rest API tutorial

sureshtellakula
Champ in-the-making
Champ in-the-making
Hi,
I want to call to activiti engine through Rest API. Please provide me tutorial for this.

regards,
suresh
19 REPLIES 19

osamamahmoud
Champ in-the-making
Champ in-the-making
Yes I added it and the URL above gives me
HTTP Status 404 - /activiti-rest/service/repository/deployments

type Status report

message /activiti-rest/service/repository/deployments

description The requested resource is not available.

Apache Tomcat/7.0.53

jbarrez
Star Contributor
Star Contributor
Okay, and you see the war is exploded? You've checked all log files?
Like I said, if that's all correctly configured, it should be available on that url.

osamamahmoud
Champ in-the-making
Champ in-the-making
Yes the file exploded and don't know how to trace this issue can you please Gide me

yvoswillens
Champ in-the-making
Champ in-the-making
Try setting the Tomcat loggin to a more verbose level and check your logs.
Did you check that the REST app is deployed with the correct context? (f.e. with the Tomcat manager app)

Regards,

Yvo

tcarlson
Champ in-the-making
Champ in-the-making
I was also getting 404 "The requested resource is not available." when calling http://localhost:8080/activiti-rest/service/repository/deployments

Changed to http://127.0.0.1:8080/activiti-rest/service/repository/deployments and now it works.

mohanish
Champ in-the-making
Champ in-the-making
Can you please post Activiti-Rest API document link.

mdnoorshid
Champ in-the-making
Champ in-the-making
Hi i am going through the whole documentation of activiti for my training schedule.Till now i have completed chapter-14.
Now i am trying to do ch-15 Rest Api.
When i am using the default database,for activiti-rest, i can succesfully invoke 'http://localhost:8431/activiti-rest/service/repository/deployments' and getting 200OK.But whenever i am trying to change the database to mysql.I am getting error 404 Resource not
found.
Although i was successfull to change the database of activiti-explorer.And it is working perfectly.But when i am trying to do in activiti-rest getting problem.
=======================================Please Help==================================

jbarrez
Star Contributor
Star Contributor
Please post the steps you've done. It should be nothing more than changing db.properties.

akshayburjwal
Champ on-the-rise
Champ on-the-rise

Is there any way to integrate existing project webapp(Spring MVC , not a Springboot) with the acitiviti-rest because  i am unable to do so with the given article present at activiti.org .