JEE 1.4
Log4j
Websphere ND 6.1.0.17
In my enterprise application deployed on WAS, i am using log4j for logging purposes.
I have setup log4j.properties in each module and running
unit tests, logs are created fine in eclipse.
When i deploy my enterprise application in websphere, if i go to my WAS_ROOT\profiles... \installedApps\ProjectName.ear all i see is my jar files, how can i see the logs i create without looking inside the jars?
I know there is a properties folder at WAS_ROOT\profiles\AppSrv01 level and if i place my log4j.properties in here my log files get created at the AppSrv01 level, is there another way to view my logs at my project directory location.
Maybe it is just log4j.appender.C.File value i have to change.
Thanks,
Shane.