All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----Acme.Serve.servlet.GenericServlet | +----Acme.Serve.servlet.http.HttpServlet | +----Acme.Serve.CgiServlet
Note: although many implementations of CGI set the working directory of the subprocess to be the directory containing the executable file, the CGI spec actually says nothing about the working directory. Since Java has no method for setting the working directory, this implementation does not set it.
Fetch the software.
Fetch the entire Acme package.
public CgiServlet()
public String getServletInfo()
public void service(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs