cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy Activiti RESTful API WAR file to JBoss Fuse

johntopley
Champ in-the-making
Champ in-the-making
Has anybody been able to successfully deploy the activiti-rest.war file to JBoss Fuse? I'm looking for some pointers on getting this to work.

Thanks in advance.
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Yes we've deployed Activiti REST to Apache Karaf. What kind of issue are you running into?

Best regards,

johntopley
Champ in-the-making
Champ in-the-making
I'm trying to install it using the Karaf console and the following command:

install war:file:///opt/activiti/activiti-rest.war?Web-ContextPath=activiti-rest
I can then issue a request using http://localhost:8181/activiti-rest and it returns an HTTP 200, but the content length is zero.

Would you be able to post some instructions as to how you're deploying it please (or point me to a reference)?

Many thanks,

John