<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>We have a 7.8 environment and are having issues with the default landing page, s</title><link>https://community.appian.com/discussions/f/administration/4492/we-have-a-7-8-environment-and-are-having-issues-with-the-default-landing-page-s</link><description>We have a 7.8 environment and are having issues with the default landing page, specifically when users log out and log back in. When a user logs out, they are taken to /suite/ and when they attempt to log back in they are shown a 403 - Forbidden Error</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: We have a 7.8 environment and are having issues with the default landing page, s</title><link>https://community.appian.com/thread/16573?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2015 04:13:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7cd9543e-13ca-4c63-9183-01b75e534e76</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Great news! Thanks for sharing.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have a 7.8 environment and are having issues with the default landing page, s</title><link>https://community.appian.com/thread/16572?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2015 04:06:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cebead43-9d9b-47c9-9f5e-feec49236d73</guid><dc:creator>brettr</dc:creator><description>Solved!&lt;br /&gt;It looks like it was actually an issue with our Apache server being configured incorrectly. For anyone that runs into this,&lt;br /&gt;&lt;br /&gt;We had an entry in httpd.conf:&lt;br /&gt;&amp;lt;IfModule dir_module&amp;gt;&lt;br /&gt;    DirectoryIndex index.html&lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;br /&gt;&lt;br /&gt;This was causing all directories to navigate to index.html which does not exist (I am assuming). I changed the entry to the following, and we are no longer experiencing the issues.&lt;br /&gt;&lt;br /&gt;&amp;lt;IfModule dir_module&amp;gt;&lt;br /&gt;    DirectoryIndex /&lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;br /&gt;&lt;br /&gt;I appreciate all of your help and effort in looking into this and offering suggestions, thank you!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have a 7.8 environment and are having issues with the default landing page, s</title><link>https://community.appian.com/thread/16536?ContentTypeID=1</link><pubDate>Sun, 29 Mar 2015 23:32:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a5701344-9617-4e25-8c00-93f596e0d895</guid><dc:creator>brettr</dc:creator><description>Apologies for the delayed response. I have tried your suggestion by using assigned tasks, reports and even record types. Any time the user attempts to log back in form /suite/ they will still receive the 403 forbidden error. I have even tried adding and removing the DEFAULT_ENVIRONMENT setting to custom.properties, but no luck.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have a 7.8 environment and are having issues with the default landing page, s</title><link>https://community.appian.com/thread/16266?ContentTypeID=1</link><pubDate>Mon, 23 Mar 2015 03:54:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:922e625a-ca6f-495a-810a-0489eca94173</guid><dc:creator>Eduardo Fuentes</dc:creator><description>My bad, you&amp;#39;re right, it&amp;#39;s absolute not a relative path.&lt;br /&gt;&lt;br /&gt;Basically what I was trying to say is that you shouldn&amp;#39;t just use&lt;br /&gt;&lt;br /&gt;&lt;a href="http://dev.ourNEWdomain.com:9123/suite/tempo/"&gt;dev.ourNEWdomain.com:9123/.../&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;you need to use something else after the word &amp;quot;tempo&amp;quot; to specify where users should land, either tasks, reports, news, actions, etc.&lt;br /&gt;&lt;br /&gt;If the purpose of simply using /suite/tempo/ was to make Tempo the default environment then there&amp;#39;s no need, as you mention, not editing DEFAULT_ENVIRONMENT already sets the default to Tempo.&lt;br /&gt;&lt;br /&gt;Start pages are to specify more than just /suite/tempo/ (which results in News being the landing page). For example, a lot of people choose Tasks as the start page which is:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://dev.ourNEWdomain.com:9123/suite/tempo/tasks/assignedtome"&gt;dev.ourNEWdomain.com:9123/.../assignedtome&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Using /suite/tempo/ is redundant.&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have a 7.8 environment and are having issues with the default landing page, s</title><link>https://community.appian.com/thread/16236?ContentTypeID=1</link><pubDate>Fri, 20 Mar 2015 18:25:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c2b2ef09-7003-4144-90a8-bc133cad34eb</guid><dc:creator>brettr</dc:creator><description>On the User Start Pages, I receive an error if the base URL does not match the correct URL for the environment. If I change the current value to&lt;br /&gt;&lt;br /&gt;&lt;a href="http://dev.ourNEWdomain.com:9123/suite/tempo/"&gt;dev.ourNEWdomain.com:9123/.../&lt;/a&gt;&lt;br /&gt;or&lt;br /&gt;/suite/tempo/&lt;br /&gt;&lt;br /&gt;I will get a validation error saying: &lt;br /&gt;&lt;br /&gt;&amp;quot;The URL is invalid or has an incorrect base URL. The base URL must be &lt;a href="http://dev.ourdomain.com:9123/"&gt;dev.ourdomain.com:9123/&amp;quot;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It is also my understanding that the DEFAULT_ENVIRONMENT value, in 7.8, will get trumped by the new User Start Pages. Just in case it doesn&amp;#39;t, I did verify that we did not add that setting to our local.properties in the ACM and that it is not set in custom.properties.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have a 7.8 environment and are having issues with the default landing page, s</title><link>https://community.appian.com/thread/16214?ContentTypeID=1</link><pubDate>Fri, 20 Mar 2015 04:18:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:50505776-5bfa-428f-a705-1d12376e2e54</guid><dc:creator>Eduardo Fuentes</dc:creator><description>You can&amp;#39;t use URLs of that type in the User Start Pages, the start pages is to specify what tab from Tempo you want to display, or what record, etc. and it takes a RELATIVE PATH.&lt;br /&gt;&lt;br /&gt;1. If you want all users to be redirected to Tempo when typing /suite/ then you configure this ONLY in custom.properties (in the server) by leaving this setting blank or commented out&lt;br /&gt;&lt;br /&gt;conf.suite.DEFAULT_ENVIRONMENT=&lt;br /&gt;&lt;br /&gt;2. If you want &amp;quot;/suite/apps&amp;quot; to be your default one when users hit /suite/ then you configure this ONLY in custom.properties (in the server) by setting it to apps&lt;br /&gt;&lt;br /&gt;conf.suite.DEFAULT_ENVIRONMENT=apps&lt;br /&gt;&lt;br /&gt;3. If you want your users to be always directed to the Tasks list on tempo when accessing /suite/ then you configure this in the Start Pages as /suite/tempo/tasks/&lt;br /&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have a 7.8 environment and are having issues with the default landing page, s</title><link>https://community.appian.com/thread/16191?ContentTypeID=1</link><pubDate>Thu, 19 Mar 2015 19:08:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6b32bd1b-ea54-478e-a23b-4a4c8ee67d86</guid><dc:creator>brettr</dc:creator><description>Hi Eduardo, since our environment is accessible through the web, I am going to replace that actual values with generalized ones.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://dev.ourdomain.com:9123/suite/tempo/"&gt;dev.ourdomain.com:9123/.../&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;That is not the exact port we use, but it is one that is non-standard. If we copy that URL into the address bar, we are able to access the environment correctly.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have a 7.8 environment and are having issues with the default landing page, s</title><link>https://community.appian.com/thread/16165?ContentTypeID=1</link><pubDate>Thu, 19 Mar 2015 05:33:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2bfa7b40-cc9a-49bb-9c38-289e5250aecd</guid><dc:creator>Eduardo Fuentes</dc:creator><description>What&amp;#39;s the value of the User Start Pages in the admin console?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have a 7.8 environment and are having issues with the default landing page, s</title><link>https://community.appian.com/thread/16163?ContentTypeID=1</link><pubDate>Thu, 19 Mar 2015 03:59:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:237fa00e-46e2-4bf8-9e96-187c0443dc16</guid><dc:creator>brettr</dc:creator><description>...ROR com.appiancorp.util.BundleUtils - Cannot retrieve the value for key &amp;quot;conf.defaultLandingPage.DEFAULT_LANDING_PAGE.label&amp;quot; from the bundle.&lt;br /&gt;&lt;br /&gt;Does anyone have any thoughts as to what might be causing this? &lt;br /&gt;&lt;br /&gt;Thanks!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>