Hello all,
I was going over some old documentation and came across the following question:
Which software components allow load balancing in the context of SAP
Web AS Java?
The SAP Web Dispatcher distributes inbound requests across multiple SAP
Web AS Java instances. The Java dispatcher receives the requests within an
instance and distributes these to the server processes of the instance.
From this, I had 2 questions 😊
1. I know there is a JAVA Message Server. What is the difference between the SAP Web Dispatcher and the JAVA Message Server? It looks as though they are both supposed to do the same thing.
2. How can one perform HTTP traces altogether?
TIA