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, 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
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminServlet
public AdminServlet()
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- handle a GET request. Commands are only valid when not in production mode
- Overrides:
doGet in class HttpServlet
- Parameters:
request - response -
- Throws:
ServletException
IOException
Copyright © The Apache Software Foundation. All Rights Reserved.