- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2017 06:17 AM
Hi there,
I am using activiti 5.22 with apache tomcat 8.5.12, but when I try to login to activiti rest web console with kermit/kermit or any other default users I always get 404 error. Please could some help/advise how to login and access activiti rest web console.
Thanks,
rao
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2017 01:50 PM
The URL I always like to hit to make sure everything is running is:
http://<domain>:<port>/activiti-rest/service/management/engine
This will return the version of the engine and verifies all is well with the world.
Greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2017 01:24 PM
Pramod,
The 'activiti-rest.war' is not an interactive app. It is simply a set of REST endpoints that when unaltered, references the default installation of 'activiti-explorer.war'. So what you're seeing is normal behavior, simply because you're not hitting a valid endpoint.
Try: http://<domain>:<port>/activiti-rest/service/repository/models
For more valid endpoints, check the REST API section of the User Guide.
Hope this helps,
-JEarles
bp3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2017 01:50 PM
The URL I always like to hit to make sure everything is running is:
http://<domain>:<port>/activiti-rest/service/management/engine
This will return the version of the engine and verifies all is well with the world.
Greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2017 12:14 AM
Thanks JEarles and Greg.
