Hello,
Whenever I try to startup openboxes (grails run-app), I get the following error:
Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/applicationContext.xml]
I think I followed the instructions well.
I have JDK
I have gvm and grails 1.3.7 active
I have mysql and database created
I created the
$HOME/.grails/openboxes-config.properties with content from https://github.com/openboxes/openboxes/blob/master/README.md
Anything that I missed that you can think of?
Thanks!