You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ji...@apache.org on 2004/06/11 21:20:12 UTC

[jira] Closed: (AXIS-1389) Ability to Suspend and Resume Specific Services

Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Fri, 11 Jun 2004 12:18 PM

Fixed.

Notes:
- you need to switch on axis.development.system flag either in AdminServlet's init-param or in server-config.wsdd
- Updated the AdminServlet page to display list of current services and links to suspend/resume.

Please open up a new request (or drop me a note) when you have the JMX piece ready :)

Thanks,
dims

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1389

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1389
    Summary: Ability to Suspend and Resume Specific Services
       Type: New Feature

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: Axis
 Components: 
             Deployment / Registries
   Fix Fors:
             current (nightly)
   Versions:
             1.1

   Assignee: Davanum Srinivas
   Reporter: Brian Dillon

    Created: Fri, 11 Jun 2004 9:14 AM
    Updated: Fri, 11 Jun 2004 12:18 PM

Description:
Hi,

If a Service is deployed on Axis there currently seems to be no way of suspending and resuming the service (without undeploying and redeploying).

I understand from looking through the API that there are calls;

 handlers.soap.SOAPService.enableTransport(HTTP)
 handlers.soap.SOAPService.disableTransport(HTTP)
 
So my issue is how to get a reference to this SOAPService handler since we don't have direct access to the running AxisServer ? There seems to be now way to get access to either the AxisServer or the SOAPService handler from outside of Axis.

The reason for not going down the route of deploy and undeploy is because of the need for wsdd files. If the ability to suspend and resume the service was allowed then we could present a JMX interface to list and control (stop/suspend and restart/resume) the services as required.

Thanks,

Brian Dillon


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira