cancel
Showing results for 
Search instead for 
Did you mean: 

REST Web Service setting

vrdhn
Champ in-the-making
Champ in-the-making
I modified db.properties and activiti-custom-context.xml to change my database to Oracle. Everything was fine, until I started to run a process through REST web service. The response looks like this.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>404 Not found</TITLE> </HEAD><BODY><H1>Not found</H1> The requested URL /activiti&#45;rest/service/runtime/process&#45;instances was not found on this server</BODY></HTML>
Do you have any idea, what I possibly did wrong? Thank you so much.
2 REPLIES 2

sunilkumartk
Champ on-the-rise
Champ on-the-rise
db.properties needs to be updated in activiti-rest also. i hope you have done that and restarted your server.
http://localhost:8080/activiti-rest/service/runtime/process-instances is a GET method.

Please post your logs for more info.

vrdhn
Champ in-the-making
Champ in-the-making
Thank you Sunil, for your help. I have already solved the problem. I was forget to copy my ojdbc on my activiti rest and i need to restart my computer Smiley Happy