I'm a beginner at creating a dynamic web project in Eclipse. I need the context.xml
file to set up a database realm, but it's not under META-INF
, instead I have found it in Tomcat's conf directory. Have I configured Eclipse/Tomcat wrong since all sources says the file should be in META-INF
? How can I add a context.xml
file to my project?
I am using Eclipse mars and Tomcat 8.
Edit I read the post linked in the comments, they are not duplicates. Frankly I cannot even understand what the other person is asking, though this could be due to all this terminology being new to me.