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-rest/service/runtime/process-instances was not found on this server</BODY></HTML>
Do you have any idea, what I possibly did wrong? Thank you so much.