posted 17 years ago
i have to place property files specific to application in WEB-INF/conf folder and retrive those files in the application if i use System.getProperty("java.class.path") its not listing the path ..how to call the propertyfiles placed in WEB_INF folder into the application ..
thanks in advance