Hi Boris,
Thanks for the prompt response,
We have log4j in the project that we are deploying to tomcat, so I tried
your solution without taking out the log4j from our classpath and wanted
to see what happens. And there was not much, the same result. Then a
friend of mine suggested configuring th
Hi,
I am trying to turn on the logging for JSF, and output the logs to
catalina_log.txt in tomcat 5.0.28. Below are the steps that I have taken
to no avail.
1. Updated catalina.bat with
SET
CATALINA_OPTS=-Djava.util.logging.config.file=C:\Java\jakarta-tomcat-5.0
.28\conf\logging.properties
2.