Hello, I have one sample project named as TMS, In my "WEB-INF/conf" foler contains database.properties file. It contains e.g hostname = some host name url= some url This project contains only one database.properties file. In java file, I want to get hostname and url from that property file. e.g. Properties props=new Properties () ; props.load ( new FileInputStream ( new File ...