SyntaxFix
Write A Post
Hire A Developer
Questions
I was getting this problem because I put context.xml into the wrong path:
context.xml
./src/main/resources/META-INF/context.xml
The correct path was:
./src/main/webapp/META-INF/context.xml