log4j Not capturing in UNIX box
807580Nov 11 2009 — edited Nov 12 2009I have developed J2EE/WAS 6.2 application.
Implemented Log4J and it is working without any issues in my local WINDOWS system.
when I deployed the application in UNIX environment it is not capturing.
Here is the development details:
1. configured Log4j.properties, WEB-INF/logs folder and /out.log in web.xml file
2.Log4jInit servlet would access web.xml param and captures log details in out.log file
I need a help to fix why the log details are not captured in UNIX box installedApps directory.
The Log4j.properties and logs folder is under WEB-INF folder. The out.log file is under logs folder. None of these are under classes folder.
Any help is appreciated.
Julian