log request info in a file accessible outstide the container
[pnews.git] / war / src / main / java / pnews / servlet / Pnews.java
index da891d1..662b47c 100644 (file)
@@ -117,6 +117,8 @@ public class Pnews extends HttpServlet {
                 String path;
                 InputStream in;
 
+                RequesterLog.singleton.writeRequest(req);
+              
                 LOG.info("doGet " + req.getRemoteAddr().toString() + " " + req.getRequestURI() + " " + req.getQueryString());
                                 
                 path = req.getPathInfo();