Frédéric Laurent wrote: > > see the servlet specifications > in 2.2, the ServletContext interface have log methods
sorry I would say GenericServlet instead of ServletContext http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/GenericServlet.html#log(java.lang.String) > just add in your doGet method > log("my log"); > > that's enough ! > -- Frédéric Laurent http://www.opikanoba.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>