× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Nathan Andelin wrote:
My understanding is that Servlets don't run under library lists.

Servlet's only understand classpath. Database connections are the applications responsiblity to maintain.

Are you referring to IBM i host servers, alone? Would you create an
intelligent connection pool manager to determine which tenant each
request belongs to?

That would make a lot of sense. I don't think the default JDBC connection pool in JT400 can handle that kind of thing, but it shouldn't be too hard to create your own.

I can see that. Assign each tenant to their own HTTP server port?
Run 20 instance of the HTTP server, and 20 instances of WAS. Would
that be the best approach?

Or put some kind of tenant identifier on the request so the servlet can use the appropriate jdbc connection.

david


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.