org.apache.axis.transport.http

Class AdminServlet

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

UNKNOWN: name="AdminServlet" display-name="Axis Admin Servlet" load-on-startup="100" url-pattern="/servlet/AdminServlet"

Method Summary
voiddoGet(HttpServletRequest request, HttpServletResponse response)
handle a GET request.

Method Detail

doGet

public void doGet(HttpServletRequest request, HttpServletResponse response)
handle a GET request. Commands are only valid when not in production mode

Parameters: request response

Throws: ServletException IOException

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.