<?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-1847 Issues with static and dynamic content URLs</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1847 Issues with static and dynamic content URLs</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls</link><pubDate>Thu, 07 Feb 2019 15:26:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 2/7/2019 3:26:47 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt; &lt;p&gt;The&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#configure-your-static-and-dynamic-content-urls" target="_blank"&gt;static and dynamic content URLs&lt;/a&gt;&amp;nbsp;are configured in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;, as shown below:&lt;/p&gt; &lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt; &lt;p&gt;However, some features that rely on the static and dynamic content URLs (like the &lt;a href="https://docs.appian.com/suite/help/latest/Document_Viewer_Component.html" target="_blank"&gt;document viewer component&lt;/a&gt;) may not work.&lt;/p&gt; &lt;p&gt;All of the following symptoms are present:&lt;/p&gt; &lt;h4&gt;Symptom 1&lt;/h4&gt; &lt;p&gt;The following errors are NOT present in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt; &lt;pre&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured STATIC_SERVER_AND_PORT property in custom.properties - The static content hostname cannot use the same domain as SERVER_AND_PORT or DYNAMIC_SERVER_AND_PORT. Some Appian features will not be available.&lt;br /&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured DYNAMIC_SERVER_AND_PORT property in custom.properties - The dynamic content hostname cannot use the same domain as SERVER_AND_PORT or STATIC_SERVER_AND_PORT. Some Appian features will not be available&lt;/pre&gt; &lt;h4&gt;Symptom 2&lt;/h4&gt; &lt;p&gt;The static and dynamic content URLs&amp;nbsp;cannot be accessed over the browser:&lt;/p&gt; &lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/ExamplePage-_2800_3_2900_.PNG"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-11/ExamplePage-_2800_3_2900_.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h4&gt;Symptom 3&lt;/h4&gt; &lt;p&gt;The document viewer component cannot render the document and the following error displays:&lt;/p&gt; &lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/8535.DocumentViewerNotShowing-_2800_2_2900_.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-11/8535.DocumentViewerNotShowing-_2800_2_2900_.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;Cause&lt;/h2&gt; &lt;p&gt;Routing for the static and dynamic content&amp;nbsp;URLs are not configured properly or have not been set up.&lt;/p&gt; &lt;h2&gt;Action&lt;/h2&gt; &lt;p&gt;Work with a network administrator to add routing for the static and dynamic&amp;nbsp;URLs&amp;nbsp;in DNS.&lt;/p&gt; &lt;h2&gt;Workaround&lt;/h2&gt; &lt;p&gt;A user needing to access the static and dynamic URLs can&amp;nbsp;do so by&amp;nbsp;editing their computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts &lt;/strong&gt;file to route&amp;nbsp;for these URLs.&amp;nbsp;This should be a temporary measure until&amp;nbsp;routing for the static and dynamic&amp;nbsp;URLs&amp;nbsp;in DNS can be configured.&lt;/p&gt; &lt;p&gt;Example:&lt;/p&gt; &lt;p&gt;With the below configuration in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt; &lt;p&gt;Add the following lines to the computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts&amp;nbsp;&lt;/strong&gt;file:&lt;/p&gt; &lt;p&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt; &lt;h2&gt;Affected Versions&lt;/h2&gt; &lt;p&gt;This article applies to self-managed Appian 18.3 and later.&lt;/p&gt; &lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: self-managed, web server, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1847 Issues with static and dynamic content URLs</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/21</link><pubDate>Thu, 07 Feb 2019 10:26:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 21 posted to Appian Knowledge Base by Jordan Horwat on 2/7/2019 10:26:47 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#configure-your-static-and-dynamic-content-urls" target="_blank"&gt;static and dynamic content URLs&lt;/a&gt;&amp;nbsp;are configured in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;, as shown below:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;However, some features that rely on the static and dynamic content URLs (like the &lt;a href="https://docs.appian.com/suite/help/latest/Document_Viewer_Component.html" target="_blank"&gt;document viewer component&lt;/a&gt;) may not work.&lt;/p&gt;
&lt;p&gt;All of the following symptoms are present:&lt;/p&gt;
&lt;h4&gt;Symptom 1&lt;/h4&gt;
&lt;p&gt;The following errors are NOT present in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured STATIC_SERVER_AND_PORT property in custom.properties - The static content hostname cannot use the same domain as SERVER_AND_PORT or DYNAMIC_SERVER_AND_PORT. Some Appian features will not be available.&lt;br /&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured DYNAMIC_SERVER_AND_PORT property in custom.properties - The dynamic content hostname cannot use the same domain as SERVER_AND_PORT or STATIC_SERVER_AND_PORT. Some Appian features will not be available&lt;/pre&gt;
&lt;h4&gt;Symptom 2&lt;/h4&gt;
&lt;p&gt;The static and dynamic content URLs&amp;nbsp;cannot be accessed over the browser:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage-_2800_3_2900_.PNG"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage-_2800_3_2900_.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Symptom 3&lt;/h4&gt;
&lt;p&gt;The document viewer component cannot render the document and the following error displays:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/8535.DocumentViewerNotShowing-_2800_2_2900_.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/8535.DocumentViewerNotShowing-_2800_2_2900_.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the static and dynamic content&amp;nbsp;URLs are not configured properly or have not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Work with a network administrator to add routing for the static and dynamic&amp;nbsp;URLs&amp;nbsp;in DNS.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;A user needing to access the static and dynamic URLs can&amp;nbsp;do so by&amp;nbsp;editing their computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts &lt;/strong&gt;file to route&amp;nbsp;for these URLs.&amp;nbsp;This should be a temporary measure until&amp;nbsp;routing for the static and dynamic&amp;nbsp;URLs&amp;nbsp;in DNS can be configured.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;With the below configuration in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following lines to the computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts&amp;nbsp;&lt;/strong&gt;file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to on-premise Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, on-premise, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1847 Issues with static and dynamic content URLs</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/20</link><pubDate>Fri, 18 Jan 2019 01:02:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 20 posted to Appian Knowledge Base by Parmida Borhani on 1/18/2019 1:02:50 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#configure-your-static-and-dynamic-content-urls" target="_blank"&gt;static and dynamic content URLs&lt;/a&gt;&amp;nbsp;are configured in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;, as shown below:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;However, some features that rely on the static and dynamic content URLs (like the &lt;a href="https://docs.appian.com/suite/help/latest/Document_Viewer_Component.html" target="_blank"&gt;document viewer component&lt;/a&gt;) may not work.&lt;/p&gt;
&lt;p&gt;All of the following symptoms are present:&lt;/p&gt;
&lt;h4&gt;Symptom 1&lt;/h4&gt;
&lt;p&gt;The following errors are NOT present in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured STATIC_SERVER_AND_PORT property in custom.properties - The static content hostname cannot use the same domain as SERVER_AND_PORT or DYNAMIC_SERVER_AND_PORT. Some Appian features will not be available.&lt;br /&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured DYNAMIC_SERVER_AND_PORT property in custom.properties - The dynamic content hostname cannot use the same domain as SERVER_AND_PORT or STATIC_SERVER_AND_PORT. Some Appian features will not be available&lt;/pre&gt;
&lt;h4&gt;Symptom 2&lt;/h4&gt;
&lt;p&gt;The static and dynamic content URLs&amp;nbsp;cannot be accessed over the browser:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage-_2800_3_2900_.PNG"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage-_2800_3_2900_.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Symptom 3&lt;/h4&gt;
&lt;p&gt;The document viewer component cannot render the document and the following error displays:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/8535.DocumentViewerNotShowing-_2800_2_2900_.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/8535.DocumentViewerNotShowing-_2800_2_2900_.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the static and dynamic content&amp;nbsp;URLs are not configured properly or have not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Work with a network administrator to add routing for the static and dynamic&amp;nbsp;URLs&amp;nbsp;in DNS.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;A user needing to access the static and dynamic URLs can&amp;nbsp;do so by&amp;nbsp;editing their computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts &lt;/strong&gt;file to route&amp;nbsp;for these URLs.&amp;nbsp;This should be a temporary measure until&amp;nbsp;routing for the static and dynamic&amp;nbsp;URLs&amp;nbsp;in DNS can be configured.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;With the below configuration in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following lines to the computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts&amp;nbsp;&lt;/strong&gt;file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to on-premise Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, on-premise, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Issues with Static and Dynamic Content URLs</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/19</link><pubDate>Thu, 17 Jan 2019 12:35:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 19 posted to Appian Knowledge Base by Zach Puderbach on 1/17/2019 12:35:19 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#configure-your-static-and-dynamic-content-urls"&gt;static and dynamic content URLs&lt;/a&gt;&amp;nbsp;are configured in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;, as shown below:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;However, some features that rely on the static and dynamic content URLs (like the &lt;a href="https://docs.appian.com/suite/help/latest/Document_Viewer_Component.html"&gt;document viewer component&lt;/a&gt;) may not work.&lt;/p&gt;
&lt;p&gt;All of the following symptoms are present:&lt;/p&gt;
&lt;h4&gt;Symptom 1&lt;/h4&gt;
&lt;p&gt;The following errors are NOT present in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured STATIC_SERVER_AND_PORT property in custom.properties - The static content hostname cannot use the same domain as SERVER_AND_PORT or DYNAMIC_SERVER_AND_PORT. Some Appian features will not be available.&lt;br /&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured DYNAMIC_SERVER_AND_PORT property in custom.properties - The dynamic content hostname cannot use the same domain as SERVER_AND_PORT or STATIC_SERVER_AND_PORT. Some Appian features will not be available&lt;/pre&gt;
&lt;h4&gt;Symptom 2&lt;/h4&gt;
&lt;p&gt;The static and dynamic content URLs&amp;nbsp;cannot be accessed over the browser:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage-_2800_3_2900_.PNG"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage-_2800_3_2900_.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Symptom 3&lt;/h4&gt;
&lt;p&gt;The document viewer component can&amp;#39;t render the document and the following error displays:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/8535.DocumentViewerNotShowing-_2800_2_2900_.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/8535.DocumentViewerNotShowing-_2800_2_2900_.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the static and dynamic content&amp;nbsp;URLs are not configured properly or have not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Work with a network administrator to add routing for the static and dynamic&amp;nbsp;URLs&amp;nbsp;in DNS.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;A user needing to access the static and dynamic URLs can&amp;nbsp;do so by&amp;nbsp;editing their computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts &lt;/strong&gt;file to route&amp;nbsp;for these URLs.&amp;nbsp;This should be a temporary measure until&amp;nbsp;routing for the static and dynamic&amp;nbsp;URLs&amp;nbsp;in DNS can be configured.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;With the below configuration in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following lines to the computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts&amp;nbsp;&lt;/strong&gt;file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to on-premise Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, on-premise, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Issues with Static and Dynamic Content URLs</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/18</link><pubDate>Thu, 17 Jan 2019 09:22:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 18 posted to Appian Knowledge Base by Zach Puderbach on 1/17/2019 9:22:09 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#configure-your-static-and-dynamic-content-urls"&gt;static and dynamic content URLs&lt;/a&gt;&amp;nbsp;are configured in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;, as shown below:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;However, some features that rely on the static and dynamic content URLs (like the &lt;a href="https://docs.appian.com/suite/help/latest/Document_Viewer_Component.html"&gt;document viewer component&lt;/a&gt;) may not work.&lt;/p&gt;
&lt;p&gt;All of the following symptoms are present:&lt;/p&gt;
&lt;h4&gt;Symptom 1&lt;/h4&gt;
&lt;p&gt;The following errors are NOT present in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured STATIC_SERVER_AND_PORT property in custom.properties - The static content hostname cannot use the same domain as SERVER_AND_PORT or DYNAMIC_SERVER_AND_PORT. Some Appian features will not be available.&lt;br /&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured DYNAMIC_SERVER_AND_PORT property in custom.properties - The dynamic content hostname cannot use the same domain as SERVER_AND_PORT or STATIC_SERVER_AND_PORT. Some Appian features will not be available&lt;/pre&gt;
&lt;h4&gt;Symptom 2&lt;/h4&gt;
&lt;p&gt;The static and dynamic content URLs&amp;nbsp;cannot be accessed over the browser:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage-_2800_3_2900_.PNG"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage-_2800_3_2900_.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Symptom 3&lt;/h4&gt;
&lt;p&gt;The document viewer component can&amp;#39;t render the document and the following error displays:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/8535.DocumentViewerNotShowing-_2800_2_2900_.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/8535.DocumentViewerNotShowing-_2800_2_2900_.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the static and dynamic content&amp;nbsp;URLs are not configured properly or have not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Work with a network administrator to add routing for the static and dynamic&amp;nbsp;URLs&amp;nbsp;in DNS.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The static and dynamic URLs can be accessed locally or from another computer by editing its&amp;nbsp;&lt;strong&gt;hosts &lt;/strong&gt;file to route&amp;nbsp;for these URLs.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;With the below configuration in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following lines to the computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts&amp;nbsp;&lt;/strong&gt;file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to on-premise Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, on-premise, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Issues with Static and Dynamic Content URLs</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/17</link><pubDate>Fri, 04 Jan 2019 15:30:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 17 posted to Appian Knowledge Base by Zach Puderbach on 1/4/2019 3:30:22 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#configure-your-static-and-dynamic-content-urls"&gt;Static and Dynamic Content URLs&lt;/a&gt;&amp;nbsp;are configured in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;, such as shown below:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;However, some features that rely on the Static and Dynamic Content URLs (like the Document Viewer component) may not work.&lt;/p&gt;
&lt;p&gt;All of the following symptoms are present:&lt;/p&gt;
&lt;h4&gt;Symptom 1&lt;/h4&gt;
&lt;p&gt;The following errors are NOT present in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured STATIC_SERVER_AND_PORT property in custom.properties - The static content hostname cannot use the same domain as SERVER_AND_PORT or DYNAMIC_SERVER_AND_PORT. Some Appian features will not be available.&lt;br /&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured DYNAMIC_SERVER_AND_PORT property in custom.properties - The dynamic content hostname cannot use the same domain as SERVER_AND_PORT or STATIC_SERVER_AND_PORT. Some Appian features will not be available&lt;/pre&gt;
&lt;h4&gt;Symptom 2&lt;/h4&gt;
&lt;p&gt;The Static and Dynamic Content URLs&amp;nbsp;cannot be accessed over the browser:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage-_2800_3_2900_.PNG"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage-_2800_3_2900_.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Symptom 3&lt;/h4&gt;
&lt;p&gt;The document viewer component can&amp;#39;t render the document and the following error displays:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/8535.DocumentViewerNotShowing-_2800_2_2900_.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/8535.DocumentViewerNotShowing-_2800_2_2900_.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the Static and Dynamic Content&amp;nbsp;URLs are not configured properly or have not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Work with a network administrator to add routing for the Static and Dynamic&amp;nbsp;URLs&amp;nbsp;in DNS.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The Static and Dynamic URLs can be accessed locally or from another computer by editing its&amp;nbsp;&lt;strong&gt;hosts &lt;/strong&gt;file to route&amp;nbsp;for these URLs.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;With the below configuration in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following lines to the computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts&amp;nbsp;&lt;/strong&gt;file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to on-premise Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, on-premise, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Issues with Static and Dynamic Content URLs</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/16</link><pubDate>Fri, 04 Jan 2019 15:29:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Zach Puderbach on 1/4/2019 3:29:23 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#configure-your-static-and-dynamic-content-urls"&gt;Static and Dynamic Content URLs&lt;/a&gt;&amp;nbsp;are configured in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;, such as shown below:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;However, some features that rely on the Static and Dynamic Content URLs (like the Document Viewer component) may not work.&lt;/p&gt;
&lt;p&gt;All of the following symptoms are present:&lt;/p&gt;
&lt;h4&gt;Symptom 1&lt;/h4&gt;
&lt;p&gt;The following errors are NOT present in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured STATIC_SERVER_AND_PORT property in custom.properties - The static content hostname cannot use the same domain as SERVER_AND_PORT or DYNAMIC_SERVER_AND_PORT. Some Appian features will not be available.&lt;br /&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured DYNAMIC_SERVER_AND_PORT property in custom.properties - The dynamic content hostname cannot use the same domain as SERVER_AND_PORT or STATIC_SERVER_AND_PORT. Some Appian features will not be available&lt;/pre&gt;
&lt;h4&gt;Symptom 2&lt;/h4&gt;
&lt;p&gt;The Static and Dynamic Content URLs&amp;nbsp;cannot be accessed over the browser:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/6560.ExamplePage.PNG"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/6560.ExamplePage.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Symptom 3&lt;/h4&gt;
&lt;p&gt;The document viewer component can&amp;#39;t render the document and the following error displays:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/8535.DocumentViewerNotShowing-_2800_2_2900_.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/8535.DocumentViewerNotShowing-_2800_2_2900_.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the Static and Dynamic Content&amp;nbsp;URLs are not configured properly or have not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Work with a network administrator to add routing for the Static and Dynamic&amp;nbsp;URLs&amp;nbsp;in DNS.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The Static and Dynamic URLs can be accessed locally or from another computer by editing its&amp;nbsp;&lt;strong&gt;hosts &lt;/strong&gt;file to route&amp;nbsp;for these URLs.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;With the below configuration in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following lines to the computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts&amp;nbsp;&lt;/strong&gt;file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to on-premise Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, on-premise, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Issues with Static and Dynamic Content URLs</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/15</link><pubDate>Fri, 04 Jan 2019 15:26:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Zach Puderbach on 1/4/2019 3:26:49 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#configure-your-static-and-dynamic-content-urls"&gt;Static and Dynamic Content URLs&lt;/a&gt;&amp;nbsp;are configured in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;, such as shown below:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;However, some features that rely on the Static and Dynamic Content URLs (like the Document Viewer component) may not work.&lt;/p&gt;
&lt;p&gt;All of the following symptoms are present:&lt;/p&gt;
&lt;h4&gt;Symptom 1&lt;/h4&gt;
&lt;p&gt;The following errors are NOT present in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured STATIC_SERVER_AND_PORT property in custom.properties - The static content hostname cannot use the same domain as SERVER_AND_PORT or DYNAMIC_SERVER_AND_PORT. Some Appian features will not be available.&lt;br /&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured DYNAMIC_SERVER_AND_PORT property in custom.properties - The dynamic content hostname cannot use the same domain as SERVER_AND_PORT or STATIC_SERVER_AND_PORT. Some Appian features will not be available&lt;/pre&gt;
&lt;h4&gt;Symptom 2&lt;/h4&gt;
&lt;p&gt;The Static and Dynamic Content URLs&amp;nbsp;cannot be accessed over the browser:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/DocumentViewerNotShowing-_2800_2_2900_.png"&gt;&lt;img src="/resized-image/__size/600x540/__key/communityserver-wikis-components-files/00-00-00-00-13/DocumentViewerNotShowing-_2800_2_2900_.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Symptom 3&lt;/h4&gt;
&lt;p&gt;The document viewer component can&amp;#39;t render the document and the following error displays:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage-_2800_2_2900_.PNG"&gt;&lt;img src="/resized-image/__size/600x540/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage-_2800_2_2900_.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the Static and Dynamic Content&amp;nbsp;URLs are not configured properly or have not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Work with a network administrator to add routing for the Static and Dynamic&amp;nbsp;URLs&amp;nbsp;in DNS.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The Static and Dynamic URLs can be accessed locally or from another computer by editing its&amp;nbsp;&lt;strong&gt;hosts &lt;/strong&gt;file to route&amp;nbsp;for these URLs.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;With the below configuration in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following lines to the computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts&amp;nbsp;&lt;/strong&gt;file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to on-premise Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, on-premise, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Issues with Static and Dynamic Content URLs</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/14</link><pubDate>Fri, 04 Jan 2019 15:20:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Zach Puderbach on 1/4/2019 3:20:58 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#configure-your-static-and-dynamic-content-urls"&gt;Static and Dynamic Content URLs&lt;/a&gt;&amp;nbsp;are configured in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;, such as shown below:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;However, some features that rely on the Static and Dynamic Content URLs (like the Document Viewer component) may not work.&lt;/p&gt;
&lt;p&gt;All of the following symptoms are present:&lt;/p&gt;
&lt;h4&gt;Symptom 1&lt;/h4&gt;
&lt;p&gt;The following errors are NOT present in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured STATIC_SERVER_AND_PORT property in custom.properties - The static content hostname cannot use the same domain as SERVER_AND_PORT or DYNAMIC_SERVER_AND_PORT. Some Appian features will not be available.&lt;br /&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured DYNAMIC_SERVER_AND_PORT property in custom.properties - The dynamic content hostname cannot use the same domain as SERVER_AND_PORT or STATIC_SERVER_AND_PORT. Some Appian features will not be available&lt;/pre&gt;
&lt;h4&gt;Symptom 2&lt;/h4&gt;
&lt;p&gt;The Static and Dynamic Content URLs&amp;nbsp;cannot be accessed over the browser:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage.PNG"&gt;&lt;img src="/resized-image/__size/600x540/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Symptom 3&lt;/h4&gt;
&lt;p&gt;The document viewer component can&amp;#39;t render the document and the following error displays:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/DocumentViewerNotShowing.png"&gt;&lt;img src="/resized-image/__size/600x240/__key/communityserver-wikis-components-files/00-00-00-00-13/DocumentViewerNotShowing.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the Static and Dynamic Content&amp;nbsp;URLs are not configured properly or have not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Work with a network administrator to add routing for the Static and Dynamic&amp;nbsp;URLs&amp;nbsp;in DNS.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The Static and Dynamic URLs can be accessed locally or from another computer by editing its&amp;nbsp;&lt;strong&gt;hosts &lt;/strong&gt;file to route&amp;nbsp;for these URLs.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;With the below configuration in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following lines to the computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts&amp;nbsp;&lt;/strong&gt;file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to on-premise Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, on-premise, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Issues with Static and Dynamic Content URLs</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/13</link><pubDate>Fri, 04 Jan 2019 14:58:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Zach Puderbach on 1/4/2019 2:58:41 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#configure-your-static-and-dynamic-content-urls"&gt;Static and Dynamic Content URLs&lt;/a&gt;&amp;nbsp;are configured in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;, such as shown below:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;However, all of the following symptoms are present:&lt;/p&gt;
&lt;h4&gt;Symptom 1&lt;/h4&gt;
&lt;p&gt;The following errors are NOT present in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured STATIC_SERVER_AND_PORT property in custom.properties - The static content hostname cannot use the same domain as SERVER_AND_PORT or DYNAMIC_SERVER_AND_PORT. Some Appian features will not be available.&lt;br /&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured DYNAMIC_SERVER_AND_PORT property in custom.properties - The dynamic content hostname cannot use the same domain as SERVER_AND_PORT or STATIC_SERVER_AND_PORT. Some Appian features will not be available&lt;/pre&gt;
&lt;h4&gt;Symptom 2&lt;/h4&gt;
&lt;p&gt;The Static and Dynamic Content URLs&amp;nbsp;cannot be accessed over the browser:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage.PNG"&gt;&lt;img src="/resized-image/__size/600x540/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Symptom 3&lt;/h4&gt;
&lt;p&gt;The document viewer component can&amp;#39;t render the document and the following error displays:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/DocumentViewerNotShowing.png"&gt;&lt;img src="/resized-image/__size/600x240/__key/communityserver-wikis-components-files/00-00-00-00-13/DocumentViewerNotShowing.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the Static and Dynamic Content&amp;nbsp;URLs are not configured properly or have not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Work with a network administrator to add routing for the Static and Dynamic&amp;nbsp;URLs&amp;nbsp;in DNS.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The Static and Dynamic URLs can be accessed locally or from another computer by adding routing for these URLs in its&amp;nbsp;&lt;strong&gt;hosts &lt;/strong&gt;file.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;With the below configuration in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following lines to the computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts&amp;nbsp;&lt;/strong&gt;file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to on-premise Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, on-premise, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Issues with Static and Dynamic Content URLs</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/12</link><pubDate>Fri, 04 Jan 2019 14:56:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Zach Puderbach on 1/4/2019 2:56:58 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#configure-your-static-and-dynamic-content-urls"&gt;Static and Dynamic Content URLs&lt;/a&gt;&amp;nbsp;are set in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt; but all of the following symptoms are present:&lt;/p&gt;
&lt;h4&gt;Symptom 1&lt;/h4&gt;
&lt;p&gt;The following errors are NOT present in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured STATIC_SERVER_AND_PORT property in custom.properties - The static content hostname cannot use the same domain as SERVER_AND_PORT or DYNAMIC_SERVER_AND_PORT. Some Appian features will not be available.&lt;br /&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured DYNAMIC_SERVER_AND_PORT property in custom.properties - The dynamic content hostname cannot use the same domain as SERVER_AND_PORT or STATIC_SERVER_AND_PORT. Some Appian features will not be available&lt;/pre&gt;
&lt;h4&gt;Symptom 2&lt;/h4&gt;
&lt;p&gt;The Static and Dynamic Content URLs&amp;nbsp;cannot be accessed over the browser:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage.PNG"&gt;&lt;img src="/resized-image/__size/600x540/__key/communityserver-wikis-components-files/00-00-00-00-13/ExamplePage.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Symptom 3&lt;/h4&gt;
&lt;p&gt;The document viewer component can&amp;#39;t render the document and the following error displays:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/DocumentViewerNotShowing.png"&gt;&lt;img src="/resized-image/__size/600x240/__key/communityserver-wikis-components-files/00-00-00-00-13/DocumentViewerNotShowing.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the Static and Dynamic Content&amp;nbsp;URLs are not configured properly or have not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Work with a network administrator to add routing for the Static and Dynamic&amp;nbsp;URLs&amp;nbsp;in DNS.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The Static and Dynamic URLs can be accessed locally or from another computer by adding routing for these URLs in its&amp;nbsp;&lt;strong&gt;hosts &lt;/strong&gt;file.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;With the below configuration in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following lines to the computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts&amp;nbsp;&lt;/strong&gt;file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to on-premise Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, on-premise, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Static and Dynamic URLs Fail to Load with Web Server</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/1</link><pubDate>Thu, 27 Dec 2018 17:37:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Zach Puderbach on 12/27/2018 5:37:26 PM&lt;br /&gt;
&lt;p&gt;The following fields are all configured properly:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;pre&gt;conf.suite.SERVER_AND_PORT&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;pre&gt;conf.suite.STATIC_SERVER_AND_PORT&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;pre&gt;conf.suite.DYNAMIC_SERVER_AND_PORT&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Issues with Static and Dynamic Content URLs</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/11</link><pubDate>Thu, 27 Dec 2018 16:22:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Zach Puderbach on 12/27/2018 4:22:11 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#configure-your-static-and-dynamic-content-urls"&gt;Static and Dynamic Content URLs&lt;/a&gt;&amp;nbsp;set in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt; but they cannot be accessed over the browser:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The following errors are NOT present in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured STATIC_SERVER_AND_PORT property in custom.properties - The static content hostname cannot use the same domain as SERVER_AND_PORT or DYNAMIC_SERVER_AND_PORT. Some Appian features will not be available.&lt;br /&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured DYNAMIC_SERVER_AND_PORT property in custom.properties - The dynamic content hostname cannot use the same domain as SERVER_AND_PORT or STATIC_SERVER_AND_PORT. Some Appian features will not be available.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the Static and Dynamic Content&amp;nbsp;URLs are not configured properly or have not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Work with a network administrator to add routing for the Static and Dynamic&amp;nbsp;URLs&amp;nbsp;in DNS.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The Static and Dynamic URLs can be accessed locally or from another computer by adding routing for these URLs in its&amp;nbsp;&lt;strong&gt;hosts &lt;/strong&gt;file.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;With the below configuration in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following lines to the computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts&amp;nbsp;&lt;/strong&gt;file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to on-premise Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, on-premise, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Static and Dynamic URLs Fail to Load with Web Server</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/10</link><pubDate>Thu, 27 Dec 2018 16:21:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Zach Puderbach on 12/27/2018 4:21:22 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#configure-your-static-and-dynamic-content-urls"&gt;Static and Dynamic Content URLs&lt;/a&gt;&amp;nbsp;set in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt; but they cannot be accessed over the browser:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The following errors are NOT present in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured STATIC_SERVER_AND_PORT property in custom.properties - The static content hostname cannot use the same domain as SERVER_AND_PORT or DYNAMIC_SERVER_AND_PORT. Some Appian features will not be available.&lt;br /&gt;WARN com.appiancorp.suite.SuiteConfiguration - Misconfigured DYNAMIC_SERVER_AND_PORT property in custom.properties - The dynamic content hostname cannot use the same domain as SERVER_AND_PORT or STATIC_SERVER_AND_PORT. Some Appian features will not be available.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the Static and Dynamic Content&amp;nbsp;URLs are not configured properly or have not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Work with a network administrator to add routing for the Static and Dynamic&amp;nbsp;URLs&amp;nbsp;in DNS.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The Static and Dynamic URLs can be accessed locally or from another computer by adding routing for these URLs in its&amp;nbsp;&lt;strong&gt;hosts &lt;/strong&gt;file.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;With the below configuration in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following lines to the computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts&amp;nbsp;&lt;/strong&gt;file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to on-premise Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, on-premise, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Static and Dynamic URLs Fail to Load with Web Server</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/9</link><pubDate>Thu, 27 Dec 2018 13:31:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Zach Puderbach on 12/27/2018 1:31:38 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The &lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#configure-your-static-and-dynamic-content-urls"&gt;Static and Dynamic Content URLs&lt;/a&gt; in&amp;nbsp;&lt;strong&gt;custom.properties&amp;nbsp;&lt;/strong&gt;have been properly configured.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the Static and Dynamic Content&amp;nbsp;URLs are not configured properly or have not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Work with a network administrator to add routing for the Static and Dynamic&amp;nbsp;URLs&amp;nbsp;in DNS.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The Static and Dynamic URLs can be accessed locally or from another computer by adding routing for these URLs in its&amp;nbsp;&lt;strong&gt;hosts &lt;/strong&gt;file.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;With the below configuration in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT=example.appian.com&lt;br /&gt;&lt;/code&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT=example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT=example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the following lines to the computer&amp;#39;s&amp;nbsp;&lt;strong&gt;hosts&amp;nbsp;&lt;/strong&gt;file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-static.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;IP_OF_example.appian.com&amp;gt;&amp;nbsp;example.appian-dynamic.com&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to on-premise Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, on-premise, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Static and Dynamic URLs Fail to Load with Web Server</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/8</link><pubDate>Thu, 27 Dec 2018 13:11:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Zach Puderbach on 12/27/2018 1:11:28 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following fields are all configured properly in &lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the&amp;nbsp;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT&lt;/code&gt;&amp;nbsp;and&amp;nbsp;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT&lt;/code&gt;&amp;nbsp;URL&amp;#39;s are not configured properly or have not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Routing for the&amp;nbsp;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT&lt;/code&gt;&amp;nbsp;and&amp;nbsp;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT&lt;/code&gt;&amp;nbsp;URL&amp;#39;s&amp;nbsp;needs to be configured in DNS.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Any computer wanting to accesses these URL&amp;#39;s can add the routing information in the computer&amp;#39;s&amp;nbsp;&lt;code&gt;hosts&lt;/code&gt; file.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;IP_OF_conf.suite.SERVER_AND_PORT&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to on-premise Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, on-premise, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Static and Dynamic URLs Fail to Load with Web Server</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/7</link><pubDate>Thu, 27 Dec 2018 12:57:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Zach Puderbach on 12/27/2018 12:57:47 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following fields are all configured properly in &lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the URL&amp;#39;s specified for&amp;nbsp;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PO&lt;/code&gt;RT&amp;nbsp;and&amp;nbsp;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT&lt;/code&gt;&amp;nbsp;are not configured properly or has not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Routing for the URL&amp;#39;s specified for&amp;nbsp;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PO&lt;/code&gt;RT&amp;nbsp;and&amp;nbsp;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT&lt;/code&gt; needs to be configured&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Static and Dynamic URLs Fail to Load with Web Server</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/6</link><pubDate>Thu, 27 Dec 2018 12:50:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Zach Puderbach on 12/27/2018 12:50:28 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following fields are all configured properly in &lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the URL&amp;#39;s specified for&amp;nbsp;conf.suite.STATIC_SERVER_AND_PORT&amp;nbsp;and&amp;nbsp;conf.suite.DYNAMIC_SERVER_AND_PORT&amp;nbsp;are not configured properly or has not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Static and Dynamic URLs Fail to Load with Web Server</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/5</link><pubDate>Thu, 27 Dec 2018 12:50:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Zach Puderbach on 12/27/2018 12:50:19 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following fields are all configured properly in &lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the URL&amp;#39;s specified for&amp;nbsp;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT&lt;/code&gt;&amp;nbsp;and&amp;nbsp;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT&lt;/code&gt;&amp;nbsp;are not configured properly or has not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Static and Dynamic URLs Fail to Load with Web Server</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/4</link><pubDate>Thu, 27 Dec 2018 12:50:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Zach Puderbach on 12/27/2018 12:50:11 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following fields are all configured properly in &lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the URL&amp;#39;s specified for&amp;nbsp;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT&lt;/code&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and&amp;nbsp;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT&lt;/code&gt;&amp;nbsp;are not configured properly or has not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Static and Dynamic URLs Fail to Load with Web Server</title><link>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls/revision/3</link><pubDate>Thu, 27 Dec 2018 12:50:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9093089c-a160-4218-967b-489726e3492d</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1275/kb-1847-issues-with-static-and-dynamic-content-urls#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Zach Puderbach on 12/27/2018 12:50:04 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following fields are all configured properly in &lt;strong&gt;custom.properties&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;conf.suite.SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Routing for the URL&amp;#39;s specified for&amp;nbsp;&lt;code&gt;conf.suite.STATIC_SERVER_AND_PORT&lt;/code&gt;&amp;nbsp;and&amp;nbsp;&lt;code&gt;conf.suite.DYNAMIC_SERVER_AND_PORT&lt;/code&gt;&amp;nbsp;are not configured properly or has not been set up.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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