You are currently reviewing an older revision of this page.

How to determine current application server node

Sometimes it may be necessary to determine which application server node a user is on.

  1. Visit the site URL to load the login page.
  2. Using Chrome, press F12 to open Developer Tools.
  3. Click “Application” > “Cookies” > <site-url> > “JSESSIONID”.
  4. Mouse over the value of JSESSIONID and you will see an alphanumeric string which ends with a node number. 
  5. If you are not on the desired application server node, double click the Value field and delete the value.
  6. Refresh the page and repeat the above steps until you get the desired node ID.

This article applies to environments with multiple application servers.