cancel
Showing results for 
Search instead for 
Did you mean: 

Put the application in the server

latifa_ilahi
Champ in-the-making
Champ in-the-making
Hello

I want to put my application Activiti on the server for it to be used via the Net. How can i do it ?
Thank you.


Cordialy
4 REPLIES 4

prace
Champ in-the-making
Champ in-the-making
hi,

we do that by using the REST Api. So the Client communicates with an Application Server over HTTP. Activiti runs on the application server.

best regards, peter

prace
Champ in-the-making
Champ in-the-making
hi,

the REST API ist documented in the User Docs. See http://activiti.org/userguide/index.html#N127B5

For your Users you have to implement a Client Application that does the REST Calls to the Server where Activiti is running.

latifa_ilahi
Champ in-the-making
Champ in-the-making
.

latifa_ilahi
Champ in-the-making
Champ in-the-making
Hi

How can i doing it please ?
Do you have any video or demo.