Bonita bundle 5.10 REST

1
+2
-1

Hi,

I am using bonita 5.10.2, i did this configuration in jaas-stantard.cfg :

/** configuration **/ BonitaStore { org.ow2.bonita.identity.auth.LocalStorageLoginModule required restUser="admin" restPassword="bpm"; };

BonitaRESTServer { org.ow2.bonita.identity.auth.BonitaRESTServerLoginModule required logins="admin" passwords="bpm" roles="admin"; }; /** **/

when i try to get informations by this url :

http://localhost:8080/bonita/API/bpm/humanTask?p=0&c=10, the page displays : error 404 !

have you any idea ?

thank you

No answers yet.
Notifications