Activiti rest is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2015 06:10 AM
I had deployed rest wars in tomcat container . Restarted the tomcat .
But when I give the url like http://localhost:8080/activiti-rest/service/deployments , I am getting Http 404 error ..
Please help me .
Thanks
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2015 05:11 PM
Have a look here:
http://docs.alfresco.com/activiti/topics/listOfDeployments.html
Maybe will help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2015 11:24 PM
What may be the reason for it ?
Please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2015 02:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2015 03:45 AM
I gave you this link as a guide to the rest calls. (as you know 404 means resource not found and I guess your url is not correct.)
I guess you want to list the deployments.
Did you read this?
http://www.activiti.org/userguide/
in the chapter 15: (REST API) you will find this:
15.2. Deployment
<code>GET repository/deployments</code>
did you try this one?
<code>
http://localhost:8080/activiti-rest/service/repository/deployments
</code>

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2016 03:34 AM
default database of activiti-explorer.
My Steps:
1.I changed properties of db.properties(apache-tomcat-7.0.69/webapps/activiti-rest/WEB-INF/classes/db.properties)
2.Adding mysqlConnecter jar in apache-tomcat-7.0.69/webapps/activiti-rest/WEB-INF/lib.
It is working for activiti-explorer but not working for activiti rest.
Please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2015 11:02 AM
When I gave like http://localhost:8080/activiti-rest/service/repository/deployments , I am getting output like :
{
data: [1]
0: {
id: "20"
name: "Demo processes"
deploymentTime: "2015-09-02T18:05:43.967+05:30"
category: null
url: "http://localhost:8080/activiti-rest/service/repository/deployments/20"
tenantId: ""
}-
-
total: 1
start: 0
sort: "id"
order: "asc"
size: 1
}
But when i go to activiti explorer and see the entries in act_Re_Deployment table , I can see entries named demo processes and demo reports with different id's .. How is it possible ? Ideally I should get those entries right when I give the url http://localhost:8080/activiti-rest/service/repository/deployments .. instead i am getting a different id itself .. please guide .. getting confused
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2015 04:30 AM
so this url is working: http://localhost:8080/activiti-rest/service/repository/deployments but you receive wrong data by calling it ?
Would be great if you could provide a JUnit to demonstrate what you expect and what actually you get.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2015 05:30 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2016 03:34 AM
default database of activiti-explorer.
My Steps:
1.I changed properties of db.properties(apache-tomcat-7.0.69/webapps/activiti-rest/WEB-INF/classes/db.properties) with corresponding values.
2.Adding mysqlConnecter jar in apache-tomcat-7.0.69/webapps/activiti-rest/WEB-INF/lib.
It is working for activiti-explorer but not working for activiti rest.
Please help
