Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

log4j Not capturing in UNIX box

807580Nov 11 2009 — edited Nov 12 2009
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 10 2009
Added on Nov 11 2009
8 comments
634 views