This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
unusual exception with properties file path --- please help
Danny Tran
Greenhorn
Joined: Mar 02, 2003
Posts: 8
posted
0
hi, I have a properties file "application.properties" and i put it in config directory from the application root (web-inf/classes/config/application.properties) and deploy the application in weblogic 7.0.2 in the same directory (config) i have a Configurator class (Congurator.class) that tries to read this file. however i could not figure out how to specify the path for the properties file currently i have: properties.load(new FileInputStream("/config/application.properties")); but this returns FileNotFoundException. i tried with other path ("application.properties") but it return the same exception. if anyone know how to fix this, please help me.. this one really drives me crazy =( many thanks.
Chad McGowan
Ranch Hand
Joined: May 10, 2001
Posts: 265
posted
0
You can access this as a url and get an input stream from that. Take a look at the URL class.
Jim Yingst
Wanderer
Sheriff
Joined: Jan 30, 2000
Posts: 18670
posted
0
Danny, please don't post the same question in multiple forums. It wastes time for evceryone involved if they aren't aware of other answers that have been posted. Please post follow-ups here. Thanks.