Posted By:
Balasubramanian_Mangalaganesh
Posted On:
Monday, February 24, 2003 12:52 AM
The property files should be placed in the class path of hte application.
It is a good idea to place them in the the particular Application's Classpath so that the property file is used
only by the application.
Let's say we have an application deployed to AppServer - A add the directory /was/app/properties which contains the log4j.properties to the classpath of the AppServer - A
HTH
Manglu