Is there any way to detect which server node is answering a http request? For debug purposes I would like to add the cluster element to the output of a jsp. Maybe it is also possible to force a jsp being processed by a given node?
Thanks in advance for your answers!
Best regards,
Frank
Hi Frank,
Yes you can trace session cookies in order to understand which server node is answering.
If you want to force a jsp being processed by a given node you may add before parameters the following:
saplb_*=(<instance-id>)<server-id>
More about J2EE Engine cookies you can see here:
http://help.sap.com/saphelp_nw04/helpdata/en/5b/ac1a0a8b8d6b4da3b79a7fe0aeabd8/content.htm
Add a comment