Hi all,
Could anybody tell me What I have to do to create my own LOG files
for an specific application ?
I have added in server.xml:
<!--Logger name="tc_log"
path="webapps/pruebalogin/logs/tomcat.log"
debug="yes"
verbosityLevel = "DEBUG"
/-->
It is commented because if it doesn't TC crash.
<Logger name="servlet_log"
path="webapps/pruebalogin/logs/servlet.log"
debug="yes"
verbosityLevel = "DEBUG"
/>
<Logger name="JASPER_LOG"
path="webapps/pruebalogin/logs/jasper.log"
debug="yes"
verbosityLevel = "DEBUG"
/>
Do I have to modify the tag Context ?
What I have is:
<Context path="/pruebalogin"
docBase="webapps/pruebalogin"
crossContext="false"
debug="0"
reloadable="true" >
</Context>
So far I get Nothing in log files. I would like to get (apart from
default logs) what I see in the JAVA console.
PLZ HELP.
Thanx in advance
Joe
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.com