|
Your
directory should be like the following:
webapps
isover
WEB-INF
web.xml
classes
servlet.class
file.properties
lib
jdbcdrivers.jar
etc.jar
You could put your properties file in the "webapps/isover/WEB-INF/classes" directory and use
getClass().getResourceAsStream("file.properties") then use
propertes.load.
Hope this
helps.
Ryan
|
- Re: Problems finding properties files Ryan Littrell
- Re: Problems finding properties files David Knaack
- RE: Problems finding properties files Ranko Bijelonic
- RE: Problems finding properties files Ranko Bijelonic
- RE: Problems finding properties files Ryan Littrell
- RE: Problems finding properties files Ryan Littrell
