FYI - the sandbox won't build - build error in ConfigurationServlet. Looks like the refactored printHeader() is the culprit -
/** * Prints the page header. * * @param out The output writer */ private void printHeader(PrintWriter out) { out.println( "<html><head><title>Log4J Control Console</title></head>" + "<body><H3>Log4J Control Console</H3>"); out.println("<A href=\"" + request.getRequestURI() + "\">Refresh</A><HR>"); } "request" isn't passed in. Regards, -Scott ********************* Scott C. Heaberlin heabdogg @ yahoo d0t c0m ********************* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]