Hi all,
Is there anybody who has read the property files which is located in "${WAS_ROOT}/AppServer/properties/" folder of IBM websphere server
As a matter of fact i want to define some properties in a property file and want to read this property in the
java servlet Using java.util.ResourceBundle class. But there is a problem that whenever i call ResourceBundle.getBundle("propertyfile",currentlocale) method it gives NUll Pointer exception.
It means program could not find the property file as i think.
Is there anybody who have ever worked on this and can solve my problem.
Thanks in advance for the help extended.
Rishi Tyagi
[ June 09, 2003: Message edited by: Rishi Tyagi ]