Can't find properties file on Weblogic server 11g
I created a Web Project and referenced an external properties file. When I tested it locally, it works fine. It's able to find the properties file. After I deployed it onto the Weblogic Server via Jdeveloper, I can see the properties file included in the WAR file when it created the WAR file during deployment under WEB-INF\classes but when I executed the program on the server, it couldn't find the properties file. I searched the server and couldn't find it either.
Do you have any ideas why?