posted 21 years ago
thanks Jeanne, shall try that.
In the meantime I did a lil experiment with the classpath in the website properties of my application in my OC4J instance. Added d:\propDir to the classpath and put my property file in that directory. And when print 'System.getProperties()' i can see all the properties from my property file loaded into this. Is this the way it works?
Another query is , if I put the property file in my WEB-INF/classes directory , in my opinion I should be able to say ClassLoader.getSystemResource(...) load that resource (my property file) from the classpath? Is this correct?
thanks again,