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 18:43:09 UTC

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

The following comment has been added to this issue:

     Author: Davanum Srinivas
    Created: Fri, 11 Jun 2004 9:41 AM
       Body:
Brian,

If i help with this....Would you be able to help implement a small JMX layer to do the following? :) :)
- start/stop the axis server (see admin servlet)
- enumerate services
- suspend/resume specific service

Thanks,
dims
PS: take a look at the code in org\apache\axis\management\Registrar that can help with this effort
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1389?page=comments#action_36040

---------------------------------------------------------------------
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: Open
   Priority: Major

    Project: Axis
 Components: 
             Deployment / Registries
   Versions:
             1.1

   Assignee: Davanum Srinivas
   Reporter: Brian Dillon

    Created: Fri, 11 Jun 2004 9:14 AM
    Updated: Fri, 11 Jun 2004 9:41 AM

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