Please pardon me for not explaining my issue properly.
OK, let me put it this way. All of my stuff I am trying to test is part of a small app. I am using
ant to build it and deploy. Everything was going OK until I hit the MissingResourceException. Then I copied my "Connection.properties" file into the WEB-INF/classes folder so that it becomes visible to my servlet (in other words, it is in a directory that is on the CLASSPATH).
But my servlet is not able to see it and I am getting this exception.
Hope this clears any confusions I might have caused.