Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. 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

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


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.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Delivered
Workspace Spectrum LSF
Created by Guest
Created on Oct 25, 2019

Support non-IBM webservers as PAC/RTM/Explorer proxies

Currently IBM only supports their own IBM HTTP server (websphere?) to be used as reverse proxy or load balancer for PAC, RTM ecc. This is irritating for organizations which have

* extensive knowledge with an other webserver product
* have a company policy which enforces the usage of a specific webserver product

Specifically I refer to the quasi-standard opensource webservers apache and nginx, but also others.

I would not expect tested setups but at least published good practices and the disclosure of all technical information (ports, protocols) required to implement reverse proxies or load balancers with ones own preferred http server product

  • Guest
    Reply
    |
    Aug 12, 2020

    Closing due to no further comments from the submitter

  • Guest
    Reply
    |
    Oct 28, 2019

    Frank, currently RTM 10.1 and 10.2 support only Apache httpd and not the IBM product. Our load balancing for our Application Center product is built on Apache httpd as well, though WebSphere's Liberty is the baseline for that product.

    What other httpd products were you thinking of? Technically, RTM 10.2 could run on nginx, but this would take some work to migrate to to the fpm based php interpreter, and in RHEL8, httpd is event based by default, making nginx less interesting. We did have Application Center running on Tomcat for some years prior to the acquisition of Platform Computing by IBM, moving that to the Red Hat platform might be interesting, but it is going to be Java based.

    Is the real rub the load balancing architecture? If that's it, for RTM at least, this has been corrected in RTM 10.2 as RTM 10.2 can serve up the sessions from the database and the RRA directory can be cross mounted, or on highly available NFS.

    For the WebSphere Liberty, it presently does provide fail over and load balancing support, but not where sessions can be served from any node in the cluster, it's more akin to a sticky session. If the node that is serving your session goes down, then you have to log in again. WebSphere Liberty does support database sessions, but we have chosen not to implement this at the current time.

    Please let us know.