Following the discussion on this topic.  I am working on using the log4j
taglib for the presentation layer( jsps)

I also am not seeing anything in caltalina.out nor am not seeing a file
being created.  Any suggestions?  

# Sample properties to initialise log4j^M
log4j.debug=true^M

#log4j.rootCategory=debug, R^M
log4j.rootCategory=debug, stdout,R
^M
log4j.appender.stdout=org.apache.log4j.ConsoleAppender^M
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout^M
^M
# Pattern to output the caller's file name and line number.^M
log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n^M
^M
log4j.appender.R=org.apache.log4j.RollingFileAppender^M
log4j.appender.R.File=/apps/tomcat/share/logs/taglib.log
^M
log4j.appender.R.MaxFileSize=100KB^M
# Keep one backup file^M
log4j.appender.R.MaxBackupIndex=2^M
^M
log4j.appender.R.layout=org.apache.log4j.PatternLayout^M
log4j.appender.R.layout.ConversionPattern=%p %t %c - %m%n^M
^M
~ 

My WEB/INF/lib
@BLCUX02:/apps/tomcat/tomcat-worker1/webapps/log-examples/WEB-INF/lib>ls
log4j-1.2.7.jar  taglibs-log.jar

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to