Class AdminServlet

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class AdminServlet
    extends AxisServletBase
    Proof-of-concept "management" servlet for Axis. Point a browser here to administer the Axis installation. Right now just starts and stops the server.
    Author:
    Glen Daniels (gdaniels@apache.org), Steve Loughran xdoclet tags are not active yet; keep web.xml in sync
    See Also:
    Serialized Form
    • Constructor Detail

      • AdminServlet

        public AdminServlet()
    • Method Detail

      • doGet

        public void doGet​(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
                   throws javax.servlet.ServletException,
                          java.io.IOException
        handle a GET request. Commands are only valid when not in production mode
        Overrides:
        doGet in class javax.servlet.http.HttpServlet
        Parameters:
        request -
        response -
        Throws:
        javax.servlet.ServletException
        java.io.IOException