I am not veteran, but I think it will vary according to the servlet container you are using. If you are using TomCat, I think the log file will be in the directory {tomcat-home}/logs. Not sure, as I use Netbeans and the Tomcat server imbedded in it, which appears to put it in a different directory than this. When you find the right directory, there should be a file for every date that you have had the server running, with the date in the file names. If on Windows, you could always do a "search for text inside a file" starting at the Tomcat home directory and look for 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" <user@struts.apache.org> cc: Subject: Servlet.log() 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 logs are being saved. I can not find the file and the corresponding path. If you can help me, please reply. Thank you very much. Ana Margarida Sargento