Form failure: The context path is either empty or not defined Standalone Tomcat 7.12

I am trying to access an embeded form but no matter what directory structure I tried I get the context path is either empty or not defined. This is for the standalone 7.12 Tomcat version.

I am using the path “embedded:app:forms/conflict-of-interest.html”. Below is my structure.

webapps\camunda\WEB-INF\classes\forms\conflict-of-interest.html. I have tried looking for the URL as suggested in a previous post

https://127.0.0.1/camunda/forms/conflict-of-interest.html but get a 404 error.

path should be like \webapps\forms\conflict-of-interest.html

I found the solution if I put the html file in the webapps\camunda\forms folder. I can access it at camunda/forms/conflict-of-interest.html