definately outside fo the scope of the MyEclipse, so I’m going to move this to random thoughts… BUT
you probably want to stick your properties file in your WEB-INF folder, then use servletContext.getRealPath(“/WEB-INF/myfile.properties”) to figure out the real name, then use Properties to load it.
And there is no such thing as a default properties file that I’m aware of in Java.