Alfresco Activiti BPM Suite classpath

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2016 07:52 AM
Hi..
im new to activiti. these days im following developer documentation. in there under custom rest endpoint section they tell us to add jar files to Alfresco Activiti BPM Suite classpath. tell me what is the Alfresco Activiti BPM Suite classpath.?
if i want to disable basic authentication for rest call then do i need to do that by modifing activiti-rest module in activiti source code and add jar file to tomcat/webapp/activiti-app/WEB-INF/lib or in client side.
regards
Paul
im new to activiti. these days im following developer documentation. in there under custom rest endpoint section they tell us to add jar files to Alfresco Activiti BPM Suite classpath. tell me what is the Alfresco Activiti BPM Suite classpath.?
if i want to disable basic authentication for rest call then do i need to do that by modifing activiti-rest module in activiti source code and add jar file to tomcat/webapp/activiti-app/WEB-INF/lib or in client side.
regards
Paul
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2016 02:50 AM
> tell me what is the Alfresco Activiti BPM Suite classpath.?
If you're running Tomcat, that is either tomcat/lib or webapps/activiti-app/WEB-INF/lib (better)
> if i want to disable basic authentication for rest call then do i need to do that by modifing activiti-rest module in activiti source code and > add jar file to tomcat/webapp/activiti-app/WEB-INF/lib or in client side.
No, you'd have to change the SecurityConfiguration or create a new one that enhances the original one. Client side changes are not needed.
Why would you want to disable the basic auth for the REST api?
If you're running Tomcat, that is either tomcat/lib or webapps/activiti-app/WEB-INF/lib (better)
> if i want to disable basic authentication for rest call then do i need to do that by modifing activiti-rest module in activiti source code and > add jar file to tomcat/webapp/activiti-app/WEB-INF/lib or in client side.
No, you'd have to change the SecurityConfiguration or create a new one that enhances the original one. Client side changes are not needed.
Why would you want to disable the basic auth for the REST api?
