This is an IBM Automation portal for Cloud Platform 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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
Thanks for submitting your idea.
We are not going to add this Idea to our roadmap right now, however we’ll keep it on record and revisit it if things change in the future. If you want to discuss this decision further, please contact Madhuri Mathur at Madhuri.Mathur@ibm.com or Jahnvi Bedia at jahnvibedia.28@ibm.com
Looking forward to receiving more ideas from you on the IBM Ideas Portal.
Background. Multiple apps are deployed on the same WAS server. One particular app is "metrics" and other apps are business apps. The "metrics" app is associated with port 9082 in a custom transport chain, which has a dedciated thread pool. While other apps are associated with port 9080 the default WC transport chain with default webcontainer thread pool. This results in 3 transports in plugin-cfg.xml, For example, 2 HTTP transport (9080, 9082) and 1 HTTPS transport (9443) under the same WAS server. The "metrics" app is not mapped to webserver and requires direct access to WAS 9082 only. While business apps should go through IHS/plugin to WAS 9080. However, the presence of transport 9082 will be possibly selected, then business apps could be accidentally using the dedicated "metrics" thread pool.