Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Delivered
Categories Explorer
Created by Guest
Created on Jul 8, 2015

Liberty Profile applicaiton activation at once

We have the following lines in the server.xml:

<config monitorInterval="5s" updateTrigger="polled"/>
<applicationMonitor dropins="dropins" dropinsEnabled="false" pollingRate="5s" updateTrigger="disabled"/>

1) As we are using the application/platform concept, the activation of the applications is not in sync with the activation of the war file in liberty.
2) The scan of the app directory costs resources which is not needed

We activate the applications over the CMCI Interface and so for us this is the one and only and immediate action which activates an application. There is no scanning and other actions needed. This meens we want to turn off the scanning intervall completely and handle the controle 100% to the CPSM CMCI Interface.

Idea priority High
  • Guest
    Reply
    |
    Jun 12, 2020

    This RFE is satisfied by CICS Transaction Server for z/OS V5.6 which is Generally Available today 12th June 2020.

    The first step to meeting this RFE was to install Liberty applications via CICS bundle and have the enable-status of the CICS bundle accurately reflect the status of the applications. That was delivered as part of CICS TS 5.5 Continuous delivery enhancements.

    Secondly in CICS TS 5.6, you can choose to turn off the either (or both) of application polling and config polling. New SPI is available to refresh applications if you make a change to your apps, and new SPI is available to refresh any configuration changes in your server.xml tree. You opt into this behaviour by switching the updateTrigger attribute in server.xml to 'mbean' rather than 'polled' or 'disabled'. CICS bundle enable/disable operations will automatically drive the Mbean calls, so no explicit SPI calls to follow on are required.

  • Guest
    Reply
    |
    May 5, 2020

    This RFE is satisfied by CICS Transaction Server for z/OS V5.6 which was announced on 7th April 2020 and which has a planned availability date of 12th June 2020.
    For more information see the CICS TS V5.6 announcement letter
    https://www-01.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/7/897/ENUS220-077/index.html&request_locale=en

    The first step to meeting this RFE was to install Liberty applications via CICS bundle and have the enable-status of the CICS bundle accurately reflect the status of the applications. That was delivered as part of CICS TS 5.5 Continuous delivery enhancements.

    Secondly in CICS TS 5.6, you can choose to turn off the either (or both) of application polling and config polling. New SPI is available to refresh applications if you make a change to your apps, and new SPI is available to refresh any configuration changes in your server.xml tree. You opt into this behaviour by switching the updateTrigger attribute in server.xml to 'mbean' rather than 'polled' or 'disabled'. CICS bundle enable/disable operations will automatically drive the Mbean calls, so no explicit SPI calls to follow on are required.

  • Guest
    Reply
    |
    Oct 5, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Transaction Processing
    Product - CICS Transaction Server

    For recording keeping, the previous attributes were:
    Brand - WebSphere
    Product family - Transaction Processing
    Product - CICS Transaction Server