Hello, First, let me describe our dilemna. Our company wanted to log the requests from the internet but wanted to view the logs over the intranet which are different web servers. Due to security restrictions we couldn't network the computers together so we created a java proxy server (can be seen from internet) which would forward requests to another java server (Internet Logger)which does nothing but log requests. The logs are written to a machine which the intranet can view.
We are using a firewall and have used log4j but have found that our solution is far more security conscious. Hope this helps. Stan Riley -----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Weller Sent: Friday, December 07, 2001 4:46 AM To: [EMAIL PROTECTED] Subject: Re: Log Technique | Hi, hi, | | Does anybody have a wonderful idea in creating a log file when a request was | send to the server? | try using log4j. -mw ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
