<?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-1219 How to bypass the web server and access Appian via the application server directly</title><link>https://community.appian.com/support/w/kb/434/kb-1219-how-to-bypass-the-web-server-and-access-appian-via-the-application-server-directly</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1219 How to bypass the web server and access Appian via the application server directly</title><link>https://community.appian.com/support/w/kb/434/kb-1219-how-to-bypass-the-web-server-and-access-appian-via-the-application-server-directly</link><pubDate>Thu, 12 Oct 2023 17:15:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:36f44ece-993c-4239-b5cc-f4862191b016</guid><dc:creator>Devon Lee</dc:creator><comments>https://community.appian.com/support/w/kb/434/kb-1219-how-to-bypass-the-web-server-and-access-appian-via-the-application-server-directly#comments</comments><description>Current Revision posted to Appian Knowledge Base by Devon Lee on 10/12/2023 5:15:07 PM&lt;br /&gt;
&lt;p&gt;Appian Technical Support might ask you to bypass the web layer (web servers, load balancers, DMZ etc.) and access the Appian environment via the application server directly. This is to identify whether a particular issue is at the web layer or at the application layer.&lt;/p&gt;
&lt;p&gt;The steps to access Appian via the application server are provided below.&lt;/p&gt;
&lt;p&gt;Ensure that the application server host(s) are directly accessible from the client machines prior to making the changes mentioned. Do not execute these steps if this is not the case and instead report back to the Solution Engineer to explore alternative options to troubleshoot.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop the application server(s)&lt;/li&gt;
&lt;li&gt;On all servers in the installation, Modify the &lt;code&gt;conf.suite.SCHEME&lt;/code&gt; and &lt;code&gt;conf.suite.SERVER_AND_PORT&lt;/code&gt;&amp;nbsp;properties in the &lt;strong&gt;custom.properties&lt;/strong&gt; file as follows:
&lt;pre&gt;conf.suite.SCHEME=http
conf.suite.SERVER_AND_PORT=&amp;lt;hostname of the application server&amp;gt;:&amp;lt;port&amp;gt;&lt;/pre&gt;
For example, the default port for JBoss is 8080 and for Weblogic&amp;rsquo;s admin server is 7001&lt;/li&gt;
&lt;li&gt;Follow the Action in &lt;a href="/support/w/kb/323/kb-1100-users-are-redirected-to-the-login-page-with-a-url-that-contains-suite-personalization-setpassword-none-and-nobody-can-successfully-log-in-to-the-site" rel="noopener noreferrer" target="_blank"&gt;KB-1100&lt;/a&gt; to disable any secure cookies. You can make a backup of your existing &lt;strong&gt;web.xml&lt;/strong&gt; to ensure the change back is seamless.&lt;/li&gt;
&lt;li&gt;Start the application server(s)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The Appian environment can now be accessed using this URL:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;http://&amp;lt;hostname of the application server&amp;gt;:&amp;lt;port&amp;gt;/suite
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, application server, how-to&lt;/div&gt;
</description></item><item><title>KB-1219 How to bypass the web server and access Appian via the application server directly</title><link>https://community.appian.com/support/w/kb/434/kb-1219-how-to-bypass-the-web-server-and-access-appian-via-the-application-server-directly/revision/2</link><pubDate>Thu, 10 May 2018 00:05:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:36f44ece-993c-4239-b5cc-f4862191b016</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/434/kb-1219-how-to-bypass-the-web-server-and-access-appian-via-the-application-server-directly#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Parmida Borhani on 5/10/2018 12:05:53 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;p&gt;Appian Technical Support might ask you to bypass the web layer (web servers, load balancers, DMZ etc.) and access the Appian environment via the application server directly. This is to identify whether a particular issue is at the web layer or at the application layer.&lt;/p&gt;
&lt;p&gt;The steps to access Appian via the application server are provided below.&lt;/p&gt;
&lt;p&gt;Ensure that the application server host(s) are directly accessible from the client machines prior to making the changes mentioned. Do not execute these steps if this is not the case and instead report back to the Solution Engineer to explore alternative options to troubleshoot.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop the application server(s)&lt;/li&gt;
&lt;li&gt;On all servers in the installation, Modify the &lt;code&gt;conf.suite.SCHEME&lt;/code&gt; and &lt;code&gt;conf.suite.SERVER_AND_PORT&lt;/code&gt;&amp;nbsp;properties in the &lt;strong&gt;custom.properties&lt;/strong&gt; file as follows:
&lt;pre&gt;conf.suite.SCHEME=http
conf.suite.SERVER_AND_PORT=&amp;lt;hostname of the application server&amp;gt;:&amp;lt;port&amp;gt;&lt;/pre&gt;
For example, the default port for JBoss is 8080 and for Weblogic&amp;rsquo;s admin server is 7001&lt;/li&gt;
&lt;li&gt;Follow the Action in &lt;a href="/support/w/kb/323/kb-1100-users-are-redirected-to-the-login-page-with-a-url-that-contains-suite-personalization-setpassword-none-and-nobody-can-successfully-log-in-to-the-site" target="_blank"&gt;KB-1100&lt;/a&gt; to disable any secure cookies. You can make a backup of your existing &lt;strong&gt;web.xml&lt;/strong&gt; to ensure the change back is seamless.&lt;/li&gt;
&lt;li&gt;Start the application server(s)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The Appian environment can now be accessed using this URL:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;http://&amp;lt;hostname of the application server&amp;gt;:&amp;lt;port&amp;gt;/suite
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, application server, how-to&lt;/div&gt;
</description></item><item><title>KB-1219 How to bypass the web server and access Appian via the application server directly</title><link>https://community.appian.com/support/w/kb/434/kb-1219-how-to-bypass-the-web-server-and-access-appian-via-the-application-server-directly/revision/1</link><pubDate>Mon, 06 Mar 2017 21:08:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:36f44ece-993c-4239-b5cc-f4862191b016</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/434/kb-1219-how-to-bypass-the-web-server-and-access-appian-via-the-application-server-directly#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 3/6/2017 9:08:39 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;p&gt;Appian Technical Support might ask you to bypass the web layer (web servers, load balancers, DMZ etc.) and access the Appian environment via the application server directly. This is to identify whether a particular issue is at the web layer or at the application layer.&lt;/p&gt;
&lt;p&gt;The steps to access Appian via the application server are provided below.&lt;/p&gt;
&lt;p&gt;Ensure that the application server host(s) are directly accessible from the client machines prior to making the changes mentioned. Do not execute these steps if this is not the case and instead report back to the Solution Engineer to explore alternative options to troubleshoot.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop the application server(s)&lt;/li&gt;
&lt;li&gt;On all servers in the installation, Modify the &lt;code&gt;conf.suite.SCHEME&lt;/code&gt; and &lt;code&gt;conf.suite.SERVER_AND_PORT&lt;/code&gt;properties in the &lt;strong&gt;custom.properties&lt;/strong&gt; file as follows:
&lt;pre&gt;conf.suite.SCHEME=http
conf.suite.SERVER_AND_PORT=&amp;lt;hostname of the application server&amp;gt;:&amp;lt;port&amp;gt;&lt;/pre&gt;
For example, the default port for JBoss is 8080 and for Weblogic&amp;rsquo;s admin server is 7001&lt;/li&gt;
&lt;li&gt;Follow the Action in &lt;a href="https://community-staging.appian.com/support/w/kb/323/kb-1100-users-are-redirected-to-the-login-page-with-a-url-that-contains-suite-personalization-setpassword-none-and-nobody-can-successfully-log-in-to-the-site"&gt;KB-1100&lt;/a&gt; to disable any secure cookies. You can make a backup of your existing &lt;strong&gt;web.xml&lt;/strong&gt; to ensure the change back is seamless.&lt;/li&gt;
&lt;li&gt;Start the application server(s)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The Appian environment can now be accessed using this URL:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;http://&amp;lt;hostname of the application server&amp;gt;:&amp;lt;port&amp;gt;/suite
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

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