// ServerInfoServlet.java // Servlet that returns imformation about the server it is running under. package com.bullseyecomputing.servlets; import java.io.*; import java.util.*; import javax.servlet.*; public class ServerInfoServlet extends GenericServlet {