org.apache.axis.transport.http
Class AdminServlet
public class AdminServlet
Proof-of-concept "management" servlet for Axis.
Point a browser here to administer the Axis installation.
Right now just starts and stops the server.
- Glen Daniels (gdaniels@apache.org)
- Steve Loughran
xdoclet tags are not active yet; keep web.xml in sync
void | doGet(HttpServletRequest request, HttpServletResponse response)- handle a GET request.
|
decLockCounter, destroy, getEngine, getEngine, getEngineEnvironment, getHomeDir, getLoadCounter, getOption, getServletContext, getWebInfPath, getWebappBase, incLockCounter, init, isDevelopment, service |
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException handle a GET request. Commands are only valid when not in production mode
Copyright © 2005 Apache Web Services Project. All Rights Reserved.