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.
Authors:
Glen Daniels (gdaniels@apache.org)
Steve Loughran xdoclet tags are not active yet; keep web.xml in sync

Field Summary

Fields inherited from class org.apache.axis.transport.http.AxisServletBase

ATTR_AXIS_ENGINE, axisServer

Method Summary

void
doGet(HttpServletRequest request, HttpServletResponse response)
handle a GET request.

Methods inherited from class org.apache.axis.transport.http.AxisServletBase

decLockCounter, destroy, getEngine, getEngine, getEngineEnvironment, getHomeDir, getLoadCounter, getOption, getServletContext, getWebInfPath, getWebappBase, incLockCounter, init, isDevelopment, service

Method Details

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
            throws ServletException,
                   IOException
handle a GET request. Commands are only valid when not in production mode
Parameters:
request -
response -

Copyright © 2005 Apache Web Services Project. All Rights Reserved.