It's all about the answers!

Ask a question

Can the Reverse Proxy server co-exist on same host with the CCM application server ?


long TRUONG (3654121147) | asked Nov 06 '15, 12:38 p.m.
 We are on Windows/Tomcat RTC/RRC 5.0.2, all on same server
IBM had recommended splitting RTC to its own server via a Reverse Proxy Server as a cure for our sluggish performance and frequent (sometimes more than once wkly) hangs, crashes.

We have a spare server (old RRDI server now unused) in each of our 3 envs: Wonder if we can set up this lone spare host to serve as both the reverse proxy server and the CCM application server.

Note that we are contemplating keeping spoofing the public URI for POC and TST env, which IBM has not tested the use with a reverse proxy server and distributed topology and which will help us avoiding server rename each time we refresh POC or TST DB's with PRD clones.

Accepted answer


permanent link
Marek Siekierski (817510) | answered Nov 06 '15, 2:46 p.m.
edited Nov 06 '15, 2:56 p.m.
While it can be done, it is not recommended for performance reasons.

With the reverse proxy on the same machine as the application server, the network traffic would increase exponentially. For each request for the public URI of the application, it would pass through the reverse proxy then to an alternate port on the same host. The reply traffic would then also have to pass back through the reverse proxy to get to the client. So for each request, you would be at least doubling the amount of network traffic the host network card has to process. This can lead to network congestion and performance bottlenecks for that application. There is also the potential for memory and CPU contention as well, depending on the amount of traffic and types of transactions.
long TRUONG selected this answer as the correct answer

Comments
sam detweiler commented Nov 06 '15, 2:59 p.m.

I also agree that you should separate these for performance.  the proxy is cpu and memory sensitive.


long TRUONG commented Nov 06 '15, 3:19 p.m.

 Thx Marek. Got your response on PMR first.

Thx Sam.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.