Version 9.5 SP1
 —  Administration  —

Administration Tool

System Management Hub (SMH) provides a web interface for managing Web Services Stack runtime. Web Services Stack installation creates a new node in System Management Hub control panel and adds an administrator's node under Administrators.

Note:
When you install Web Services Stack administration tools, you can use SMH to administer both WSS web application and WSS on Platform Tomcat Server.

The information on the administration tool is organized under the following topics:


Getting Started

Web Services Stack provides agent programs that are called Web Services Stack SMH agents. System Management Hub invokes those agents that manipulate Web Services Stack environment to deploy (or undeploy) services, to engage (or disengage) modules, etc. To be able to use the administration tool, provide the user credentials required by the System Management Hub logon page.

Note:
If Web Services Stack web application is deployed manually in a different servlet engine or application server, then the agents are not available. In this case, use administration module located at http://<host_name>:<port_number>/wsstack.

Using the Administration Functionality of System Management Hub

If you want to use the administration functionality of System Management Hub, follow these steps:

Start of instruction setTo start using the administration functionality of System Management Hub

The interface of System Management Hub displays all installed products associated with administration tools. If properly installed, Web Services Stack appears on the list as a direct child of the root tree.

The management functionality of the administration tool (engaging/disengaging a module, service activation/deactivation and deployment/undeployment) requires valid credentials for the Web Services Stack runtime. For details on those features, see Using the Administration Tool.

The administration tool uses the default credentials (user name="admin" and password="axis2"). However, these must be changed after the installation of Web Services Stack for security reasons. See Changing Logon Credentials for details.

Because of that, when the Web Services Stack administrator changes those credentials, a logon dialog prompts you to enter user name and password to verify you are authorized to manage the product's web services.

Logging on to WSS Runtime from the Administration Tool

If you want to log on to Web Services Stack runtime from the administration tool, follow these steps:

Start of instruction setTo log on to Web Services Stack runtime from the administration tool

  1. Enter your user credentials for the Web Services Stack admin servlet (the administrator module)

  2. Click on Log on.

If you experience problems when using the administration tool, you must enable the logging for the SMH agents to see a detailed message log. For instructions on that, see SMH Agents Logging.

Displaying the WSS Installation Version Information

If you want to display the version information of the Web Services Stack installation, follow these steps:

Start of instruction setTo display the version information of the Web Services Stack installation

  1. Log on the System Management Hub.

  2. Right click the Web Services Stack node.

  3. On the context menu that opens, choose Version Information.

The System Management Hub inspects the MANIFEST.MF files of the .jar files which are available in the class path and displays the following information about the installed archives:

Top of page

Configuration Files

There are two files under <Software AG_directory>\WS-Stack\conf\ that impact Web Services Stack SMH agents:

Top of page

Using the Administration Tool

You can use the administration tool for any of the following:

  1. Browsing Services
    Choose Service Group to see a list of all service groups available in the system. It is a direct child of Web Services Stack.

    To see all the services in that service group, choose a service group name. To get all the operations of a service, choose the service.

    Note:
    Browsing current service group and services, as well as their engaged modules does not require administrative rights for the target Web Services Stack runtime.

  2. Managing Modules
    You can engage or disengage modules on four levels - globally, by service group, by service, and by operation. On every level on the GUI you have a Manage Modules button. Click on that button to receive a list of all available modules that are eligible for engagement, as well as a list of all engaged modules that are eligible for disengagement to engage or disengage a module on the appropriate level. In order to engage or disengage a module, choose the respective button next to the listbox.

    If you want to engage or disengage a module on a global level, choose Modules under the Web Services Stack.

    Note:
    Module management functionality requires you to provide valid Web Services Stack credentials. For additional information, see instruction for logging on to Web Services Stack runtime in Getting Started.

  3. Deploying a Service
    With the right button of the mouse, click Service Group to see a command list with commands that can be executed. Choose the Deploy command from the list to see a browse button on the right part of the screen. With this button, you can browse the file system to select a web service archive to be deployed.

    Choose the OK button after you have selected the web service archive. The previous screen is displayed where you must choose the Deploy button. Shortly after that, you get a response with feedback of how the operation went.

    Note:
    Deployment functionality requires you to provide valid Web Services Stack credentials. For additional information, see instruction for logging on to Web Services Stack runtime in Getting Started.

  4. Undeploying a Service
    Choose Service Group under the Web Services Stack

    Then, click on the service under the Service Name column. The Undeploy button with which you can undeploy a service is next to the service.

    The feedback of executing the operation is displayed soon after that.

    Note:
    Undeploying a web service requires you to provide valid Web Services Stack credentials. For additional information, see instruction for logging on to Web Services Stack runtime in Getting Started.

  5. Checking a Service Status
    When you receive a list with services, you must be able to see the status of each one of them by looking at the icon placed right before the service name.

    If the color of the traffic light icon is green, then the service is active.

    If the color is red, then the service is inactive.

    You can activate (or deactivate) a service by using the Activate (or Deactivate) button listed on the Action column next to the Service Name column.

    Check service status does not require administrative rights for the target Web Services Stack runtime.

Top of page