RE: Servlet.log()

2005-01-14 Thread Margarida Sargento
Hi, tanks. I am using Tomcat and I have already checked in the directory {tomcat-home}/logs (catalina.out and other files). However none of them received messages that I sent with servlet.log("..."); It is not critical. I will try to resolve all logging issues with log4j. Thanks a

RE: Servlet.log()

2005-01-14 Thread Margarida Sargento
Thanks. I'll try Log4j. I have read something about this too and it seems to be a good option. Ana -Original Message- From: Pedro Salgado [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 14 de Janeiro de 2005 13:59 To: Struts Users Mailing List Subject: Re: Servlet.log() On 14/1/05

Re: Servlet.log()

2005-01-14 Thread john . chesher
something that you are positive would be in the log file... "Margarida Sargento" <[EMAIL PROTECTED]> 01/14/2005 08:40 AM Please respond to "Struts Users Mailing List" To: "Struts Users Mailing List" cc: Subject:Se

Re: Servlet.log()

2005-01-14 Thread Pedro Salgado
On 14/1/05 2:40 pm, "Margarida Sargento" <[EMAIL PROTECTED]> wrote: > Hello > > > > I am new to Struts. My first applications are examples that I download > from several web sites. One of them logs the forms data with: > servlet.log("..."); >

Servlet.log()

2005-01-14 Thread Margarida Sargento
Hello I am new to Struts. My first applications are examples that I download from several web sites. One of them logs the forms data with: servlet.log("..."); I have already search information about this and the Struts home page refers this too. However I don't know where the