Package org.apache.axis.transport.http
Class AdminServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.axis.transport.http.AxisServletBase
org.apache.axis.transport.http.AdminServlet
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
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:
-
Field Summary
Fields inherited from class org.apache.axis.transport.http.AxisServletBase
ATTR_AXIS_ENGINE, axisServer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doGet
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.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, getWebappBase, getWebInfPath, incLockCounter, init, isDevelopment, service
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
AdminServlet
public AdminServlet()
-
-
Method Details
-
doGet
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException handle a GET request. Commands are only valid when not in production mode- Overrides:
doGet
in classjavax.servlet.http.HttpServlet
- Parameters:
request
-response
-- Throws:
javax.servlet.ServletException
IOException
-