<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1422 How to determine which application server node is hosting the current user session</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1422 How to determine which application server node is hosting the current user session</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session</link><pubDate>Thu, 03 Jan 2019 23:37:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 1/3/2019 11:37:27 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Sometimes it may be necessary to determine which application server node a session is hitting for troubleshooting purposes. This article outlines how to do this for an environment with multiple application servers.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Each application server&amp;nbsp;will have an instance-id/node-name that uniquely identifies that instance. If using JBoss, navigate to the&amp;nbsp;&lt;strong&gt;standalone.xml&lt;/strong&gt;&amp;nbsp;file for the application server node you would like to hit and find the line where &amp;quot;instance-id&amp;quot; is defined. If using Tomcat, navigate to&amp;nbsp;&lt;strong&gt;setenv.bat|sh&lt;/strong&gt;&amp;nbsp;file and find the line where&amp;nbsp;DjvmRoute is defined.&lt;/p&gt;
&lt;h3&gt;Chrome/Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;Press F12 to open Chrome/Firefox Developer Tools.&lt;/li&gt;
&lt;li&gt;In Chrome, click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;. In Firefox, click &amp;quot;Storage&amp;quot; &amp;gt; &amp;quot;Cookies&amp;quot; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;quot;JSESSIONID&amp;quot;.&lt;/li&gt;
&lt;li&gt;Mouse over the value of JSESSIONID and you will see an alphanumeric string which ends with a node number.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If you are not on the desired application server node that was noted in step 1,&amp;nbsp;double click the value and delete the contents.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get to the desired node ID.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;Internet Explorer&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Visit the site URL in a private browsing session.&lt;/li&gt;
&lt;li&gt;Press F12 and click on the &amp;#39;Network&amp;#39; tab.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Click on the green play button to start capturing network traffic, and reload the page.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Once the page is done loading, click on the red stop button, and then click on the Details tab. You should see the JSESSIONID stored in the Cookie field.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Take note of the node ID, then close the window and try these steps&amp;nbsp;again until&amp;nbsp;you get the correct node ID.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This approach (modified slightly for the browser) will work for the&amp;nbsp;Chrome and Firefox as well.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian environments with multiple application servers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, browser, application server, how-to, jboss&lt;/div&gt;
</description></item><item><title>KB-1422 How to determine which application server node is hosting the current user session</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/16</link><pubDate>Thu, 03 Jan 2019 23:33:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Parmida Borhani on 1/3/2019 11:33:46 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Sometimes it may be necessary to determine which application server node a session is hitting for troubleshooting purposes. This article outlines how to do this for an environment with multiple application servers.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Each application server&amp;nbsp;will have an instance-id/node-name that uniquely identifies that instance. If using JBoss, navigate to the&amp;nbsp;&lt;strong&gt;standalone.xml&lt;/strong&gt;&amp;nbsp;file for the application server node you would like to hit and find the line where &amp;quot;instance-id&amp;quot; is defined. If using Tomcat, navigate to&amp;nbsp;&lt;strong&gt;setenv.bat|sh&lt;/strong&gt;&amp;nbsp;file and find the line where&amp;nbsp;DjvmRoute is defined.&lt;/p&gt;
&lt;h3&gt;Chrome/Firefox&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;Press F12 to open Chrome/Firefox Developer Tools.&lt;/li&gt;
&lt;li&gt;In Chrome, click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;. In Firefox, click &amp;quot;Storage&amp;quot; &amp;gt; &amp;quot;Cookies&amp;quot; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;quot;JSESSIONID&amp;quot;.&lt;/li&gt;
&lt;li&gt;Mouse over the value of JSESSIONID and you will see an alphanumeric string which ends with a node number.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If you are not on the desired application server node that was noted in step 1,&amp;nbsp;double click the value and delete the contents.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get to the desired node ID.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;Internet Explorer&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Visit the site URL in a private browsing session.&lt;/li&gt;
&lt;li&gt;Press F12 and click on the &amp;#39;Network&amp;#39; tab.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Click on the green play button to start capturing network traffic, and reload the page.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Once the page is done loading, click on the red stop button, and then click on the Details tab. You should see the JSESSIONID stored in the Cookie field.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Take note of the node ID, then close the window and try these steps&amp;nbsp;again until&amp;nbsp;you get the correct node ID.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This approach (modified slightly for the browser) will work for the&amp;nbsp;Chrome and Firefox as well.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian environments with multiple application servers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server, how-to, jboss&lt;/div&gt;
</description></item><item><title>KB-1422 How to determine which application server node is hosting the current user session</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/15</link><pubDate>Thu, 25 Oct 2018 09:36:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Jordan Horwat on 10/25/2018 9:36:01 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Sometimes it may be necessary to determine which application server node a session is hitting for troubleshooting purposes. This article outlines how to do this for an environment with multiple application servers.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Each application server&amp;nbsp;will have an instance-id/node-name that uniquely identifies that instance.&lt;/li&gt;
&lt;li&gt;If using JBoss, navigate to the&amp;nbsp;&lt;strong&gt;standalone.xml&lt;/strong&gt;&amp;nbsp;file for the application server node you would like to hit and find the line where &amp;quot;instance-id&amp;quot; is defined. If using Tomcat, navigate to&amp;nbsp;&lt;strong&gt;setenv.bat|sh&lt;/strong&gt;&amp;nbsp;file and find the line where&amp;nbsp;DjvmRoute is defined.&lt;/li&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;Using Chrome, press F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Mouse over the value of JSESSIONID and you will see an alphanumeric string which ends with a node number.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If you are not on the desired application server node that was noted in step 1,&amp;nbsp;double click the value and delete the contents.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get to the desired node ID.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian environments with multiple application servers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;October 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server, how-to, jboss&lt;/div&gt;
</description></item><item><title>KB-1422 How to determine which application server node is hosting the current user session</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/14</link><pubDate>Thu, 25 Oct 2018 09:34:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Jordan Horwat on 10/25/2018 9:34:50 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Sometimes it may be necessary to determine which application server node a session is hitting for troubleshooting purposes. This article outlines how to do this for an environment with multiple application servers.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Each application server&amp;nbsp;will have an instance-id/node-name that uniquely identifies that instance.&lt;/li&gt;
&lt;li&gt;If using JBoss, navigate to the&amp;nbsp;&lt;strong&gt;standalone.xml&lt;/strong&gt;&amp;nbsp;file for the application server node you would like to hit and find the line where &amp;quot;instance-id&amp;quot; is defined. If using Tomcat, navigate to&amp;nbsp;&lt;strong&gt;setenv.bat|sh&lt;/strong&gt;&amp;nbsp;file and find the line where&amp;nbsp;DjvmRoute is defined.&lt;/li&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;Using Chrome, press F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Mouse over the value of JSESSIONID and you will see an alphanumeric string which ends with a node number.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If you are not on the desired application server node that was noted in step 1,&amp;nbsp;double click the value and delete the contents.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get to the desired node ID.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to environments with multiple application servers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;October 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server, how-to, jboss&lt;/div&gt;
</description></item><item><title>KB-1422 How to determine current JBoss node</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/13</link><pubDate>Fri, 31 Aug 2018 00:45:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Parmida Borhani on 8/31/2018 12:45:40 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Sometimes it may be necessary to determine which&amp;nbsp;JBoss node a session is hitting for troubleshooting purposes. This article outlines how to do this for environments with multiple JBoss application servers.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Each application server&amp;nbsp;will have an &amp;quot;instance-id&amp;quot; in &lt;strong&gt;standalone.xml &lt;/strong&gt;that uniquely identifies&amp;nbsp;each JBoss instance. Navigate to the &lt;strong&gt;standalone.xml&lt;/strong&gt; file for the application server node you would like to hit and find the line where &amp;quot;instance-id&amp;quot; is defined. Note the value.&lt;/li&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;Using Chrome, press F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Mouse over the value of JSESSIONID and you will see an alphanumeric string which ends with a node number.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If you are not on the desired application server node that was noted in step 1,&amp;nbsp;double click the value and delete the contents.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get to the desired node ID.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to environments with multiple JBoss application servers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, how-to, jboss&lt;/div&gt;
</description></item><item><title>KB-1422 How to determine current JBoss node</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/12</link><pubDate>Tue, 19 Dec 2017 16:22:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Parmida Borhani on 12/19/2017 4:22:08 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Sometimes it may be necessary to determine which&amp;nbsp;JBoss node a session is hitting for troubleshooting purposes. This article outlines how to do this for environments with multiple JBoss application servers.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Each application server&amp;nbsp;will have an &amp;quot;instance-id&amp;quot; in &lt;strong&gt;standalone.xml &lt;/strong&gt;that uniquely identifies&amp;nbsp;each JBoss instance. Navigate to the &lt;strong&gt;standalone.xml&lt;/strong&gt; file for the application server node you would like to hit and find the line where &amp;quot;instance-id&amp;quot; is defined. Note the value.&lt;/li&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;Using Chrome, press F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Mouse over the value of JSESSIONID and you will see an alphanumeric string which ends with a node number.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If you are not on the desired application server node that was noted in step 1,&amp;nbsp;double click the value and delete the contents.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get to the desired node ID.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to environments with multiple JBoss application servers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, how-to&lt;/div&gt;
</description></item><item><title>How to determine current JBoss node</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/10</link><pubDate>Sun, 19 Nov 2017 22:22:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Parmida Borhani on 11/19/2017 10:22:16 PM&lt;br /&gt;
&lt;p&gt;Sometimes it may be necessary to determine which&amp;nbsp;JBoss node a session is hitting.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Each application server&amp;nbsp;will have an &amp;quot;instance-id&amp;quot; in &lt;strong&gt;standalone.xml &lt;/strong&gt;that uniquely identifies&amp;nbsp;each JBoss instance. Navigate to the &lt;strong&gt;standalone.xml&lt;/strong&gt; file for the application server node you would like to hit and find the line where &amp;quot;instance-id&amp;quot; is defined. Note the value.&lt;/li&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;Using Chrome, press F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Mouse over the value of JSESSIONID and you will see an alphanumeric string which ends with a node number.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If you are not on the desired application server node that was noted in step 1,&amp;nbsp;double click the value and delete the contents.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get to the desired node ID.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to environments with multiple JBoss application servers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, how-to&lt;/div&gt;
</description></item><item><title>KB-1422 How to determine current JBoss node</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/11</link><pubDate>Sun, 19 Nov 2017 17:25:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Parmida Borhani on 11/19/2017 5:25:50 PM&lt;br /&gt;
&lt;p&gt;Sometimes it may be necessary to determine which&amp;nbsp;JBoss node a session is hitting.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Each application server&amp;nbsp;will have an &amp;quot;instance-id&amp;quot; in &lt;strong&gt;standalone.xml &lt;/strong&gt;that uniquely identifies&amp;nbsp;each JBoss instance. Navigate to the &lt;strong&gt;standalone.xml&lt;/strong&gt; file for the application server node you would like to hit and find the line where &amp;quot;instance-id&amp;quot; is defined. Note the value.&lt;/li&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;Using Chrome, press F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Mouse over the value of JSESSIONID and you will see an alphanumeric string which ends with a node number.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If you are not on the desired application server node that was noted in step 1,&amp;nbsp;double click the value and delete the contents.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get to the desired node ID.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to environments with multiple JBoss application servers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, how-to&lt;/div&gt;
</description></item><item><title>How to determine current application server node</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/9</link><pubDate>Thu, 16 Nov 2017 16:57:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Parmida Borhani on 11/16/2017 4:57:07 PM&lt;br /&gt;
&lt;p&gt;Sometimes it may be necessary to determine which application server node a session is hitting.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Each application server&amp;nbsp;will have an &amp;quot;instance-id&amp;quot; in &lt;strong&gt;standalone.xml &lt;/strong&gt;that uniquely identifies&amp;nbsp;each JBoss instance. Navigate to the &lt;strong&gt;standalone.xml&lt;/strong&gt; file for the application server node you would like to hit and find the line where &amp;quot;instance-id&amp;quot; is defined. Note the value.&lt;/li&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;Using Chrome, press F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Mouse over the value of JSESSIONID and you will see an alphanumeric string which ends with a node number.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If you are not on the desired application server node that was noted in step 1,&amp;nbsp;double click the value and delete the contents.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get to the desired node ID.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to environments with multiple application servers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, how-to&lt;/div&gt;
</description></item><item><title>How to determine current application server node</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/8</link><pubDate>Wed, 15 Nov 2017 19:20:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Parmida Borhani on 11/15/2017 7:20:57 PM&lt;br /&gt;
&lt;p&gt;Sometimes it may be necessary to determine which application server node a session is hitting.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Each application server&amp;nbsp;will have an &amp;quot;instance-id&amp;quot; in &lt;strong&gt;standalone.xml &lt;/strong&gt;that uniquely identifies&amp;nbsp;each JBoss instance. Navigate to the &lt;strong&gt;standalone.xml&lt;/strong&gt; file for the application server node you would like to hit and find the line where &amp;quot;instance-id&amp;quot; is defined. Note the value.&lt;/li&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;Using Chrome, press F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Mouse over the value of JSESSIONID and you will see an alphanumeric string which ends with a node number.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If you are not on the desired application server node that was noted in step 1,&amp;nbsp;double click the value and delete the contents.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get to the desired node ID.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This article applies to environments with multiple application servers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, how-to&lt;/div&gt;
</description></item><item><title>How to determine current application server node</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/7</link><pubDate>Mon, 06 Nov 2017 17:56:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Parmida Borhani on 11/6/2017 5:56:45 PM&lt;br /&gt;
&lt;p&gt;Sometimes it may be necessary to determine which application server node a session is hitting.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Each application server&amp;nbsp;will have an &amp;quot;instance-id&amp;quot; of its own defined in &lt;strong&gt;standalone.xml&lt;/strong&gt;. Navigate to the &lt;strong&gt;standalone.xml&lt;/strong&gt; file for the application server node you would like to hit and find the line where &amp;quot;instance-id&amp;quot; is defined. Note the value.&lt;/li&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;Using Chrome, press F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Mouse over the value of JSESSIONID and you will see an alphanumeric string which ends with a node number.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If you are not on the desired application server node,&amp;nbsp;double click the value and delete the contents.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get to the desired node ID.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This article applies to environments with multiple application servers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, how-to&lt;/div&gt;
</description></item><item><title>How to determine current application server node</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/6</link><pubDate>Mon, 06 Nov 2017 17:50:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Parmida Borhani on 11/6/2017 5:50:52 PM&lt;br /&gt;
&lt;p&gt;Sometimes it may be necessary to determine which application server node a session is hitting.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Each application server&amp;nbsp;will have an &amp;quot;instance-id&amp;quot; of its own defined in &lt;strong&gt;standalone.xml&lt;/strong&gt;. Navigate to the &lt;strong&gt;standalone.xml&lt;/strong&gt; file for the application server node you would like to hit and find the line where &amp;quot;instance-id&amp;quot; is defined. Note the value.&lt;/li&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;Using Chrome, press F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Mouse over the value of JSESSIONID and you will see an alphanumeric string which ends with a node number.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If you are not on the desired application server node,&amp;nbsp;double click the value and delete the contents.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get to the desired node ID.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This article applies to environments with multiple application servers.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, how-to&lt;/div&gt;
</description></item><item><title>How to determine current application server node</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/5</link><pubDate>Mon, 06 Nov 2017 17:49:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Parmida Borhani on 11/6/2017 5:49:34 PM&lt;br /&gt;
&lt;p&gt;Sometimes it may be necessary to determine which application server node a session is hitting.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Each application server&amp;nbsp;will have an &amp;quot;instance-id&amp;quot; of its own defined in standalone.xml. Navigate to the standalone.xml file for the application server node you would like to hit and find the line where &amp;quot;instance-id&amp;quot; is defined. Note the value.&lt;/li&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;Using Chrome, press F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Mouse over the value of JSESSIONID and you will see an alphanumeric string which ends with a node number.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If you are not on the desired application server node,&amp;nbsp;double click the value and delete the contents.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get to the desired node ID.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This article applies to environments with multiple application servers.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, how-to&lt;/div&gt;
</description></item><item><title>How to determine current application server node</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/4</link><pubDate>Mon, 06 Nov 2017 17:43:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Parmida Borhani on 11/6/2017 5:43:26 PM&lt;br /&gt;
&lt;p&gt;Sometimes it may be necessary to determine which application server node a user is on.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;Using Chrome, press F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Mouse over the value of JSESSIONID and you will see an alphanumeric string which ends with a node number.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If you are not on the desired application server node,&amp;nbsp;double click the Value field and delete the value.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get the desired node ID.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This article applies to environments with multiple application servers.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, how-to&lt;/div&gt;
</description></item><item><title>How to determine current application server node</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/3</link><pubDate>Mon, 06 Nov 2017 17:36:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Parmida Borhani on 11/6/2017 5:36:51 PM&lt;br /&gt;
&lt;p&gt;Sometimes it may be necessary to determine which application server node a user is on.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;On Chrome press F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;On the server with the compressed logs, find its node ID using value of instance-id from the output below:&lt;/li&gt;
&lt;li&gt;grep instance-id /usr/local/appian/ae/jboss1/standalone/configuration/standalone.xml&lt;/li&gt;
&lt;li&gt;In Chrome, right click and delete the value if it does not match the JSESSION ID of the server.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get the desired node ID.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This article applies to environments with multiple application servers.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, how-to&lt;/div&gt;
</description></item><item><title>How to determine current application server node</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/1</link><pubDate>Fri, 03 Nov 2017 01:42:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Parmida Borhani on 11/3/2017 1:42:32 AM&lt;br /&gt;
&lt;p&gt;This article applies to Appian Cloud sites with multiple application servers.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;On Chrome press F12 to open developer tools.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;On the server with the compressed logs, find its node ID using value of instance-id from the output below:&lt;/li&gt;
&lt;li&gt;grep instance-id /usr/local/appian/ae/jboss1/standalone/configuration/standalone.xml&lt;/li&gt;
&lt;li&gt;In Chrome, right click and delete the value if it does not match the JSESSION ID of the server.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get the desired node ID.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server&lt;/div&gt;
</description></item><item><title>How to determine current application server node</title><link>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session/revision/2</link><pubDate>Thu, 02 Nov 2017 21:49:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed815094-3bc3-4952-844f-36a897805aa7</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/690/kb-1422-how-to-determine-which-application-server-node-is-hosting-the-current-user-session#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Parmida Borhani on 11/2/2017 9:49:33 PM&lt;br /&gt;
&lt;p&gt;This article applies to Appian Cloud sites with multiple application servers.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Visit the site URL to load the login page.&lt;/li&gt;
&lt;li&gt;On Chrome press F12 to open Developer Tools.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Application&amp;rdquo; &amp;gt; &amp;ldquo;Cookies&amp;rdquo; &amp;gt; &amp;lt;site-url&amp;gt; &amp;gt; &amp;ldquo;JSESSIONID&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;On the server with the compressed logs, find its node ID using value of instance-id from the output below:&lt;/li&gt;
&lt;li&gt;grep instance-id /usr/local/appian/ae/jboss1/standalone/configuration/standalone.xml&lt;/li&gt;
&lt;li&gt;In Chrome, right click and delete the value if it does not match the JSESSION ID of the server.&lt;/li&gt;
&lt;li&gt;Refresh the page and repeat the above steps until you get the desired node ID.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, how-to&lt;/div&gt;
</description></item></channel></rss>