<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Alfresco Share FQDN change -&amp;gt; Unable to login in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-fqdn-change-gt-unable-to-login/m-p/115837#M32134</link>
    <description>&lt;P&gt;I think changing the serverName and updating the alfresco-global.properties is enough. share-config-custom.xml file change is required in case your alfresco and share are running on different hosts. There is nothing to do with DB in this case.&lt;/P&gt;
&lt;P&gt;I am not sure what is your current setup. But considering that you have a proxy host, a db host and a host where alfresco and share is deployed.&lt;/P&gt;
&lt;P&gt;I would change:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;server {&lt;BR /&gt;...&lt;BR /&gt;..
  server_name &lt;SPAN&gt;that.mydomain.com&lt;/SPAN&gt;;
  ...&lt;BR /&gt;....
}&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;Required so that proper URLs are prepared:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;alfresco.host=that.mydomain.com&lt;BR /&gt;alfresco.port=80 #As per your current setup. This is an example&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;share.host=that.mydomain.com&lt;BR /&gt;share.port=80 #As per your current setup. This is an example&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;If you are using CMIS to connect, you may also have to set some of the opencmis properties:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;opencmis.context.override=false&lt;BR /&gt;opencmis.context.value=&lt;BR /&gt;opencmis.servletpath.override=false&lt;BR /&gt;opencmis.servletpath.value=&lt;BR /&gt;opencmis.server.override=true&lt;BR /&gt;opencmis.server.value=&lt;A href="http://that.mydomain.com" target="_blank" rel="noopener nofollow noreferrer"&gt;http://that.mydomain.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;[Edit]: If share to alfresco communication is configured to via proxy, then share-custom-config.xml is also required to be modified.&lt;/P&gt;
&lt;P&gt;&amp;lt;endpoint-url&amp;gt;&lt;A href="http://that.mydomain.com" target="_blank" rel="noopener nofollow noreferrer"&gt;http://that.mydomain.com&lt;/A&gt;/alfresco/s&amp;lt;/endpoint-url&amp;gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2020 16:18:15 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2020-02-05T16:18:15Z</dc:date>
    <item>
      <title>Alfresco Share FQDN change -&gt; Unable to login</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-fqdn-change-gt-unable-to-login/m-p/115836#M32133</link>
      <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been struggling the last 3 days, trying to work this out :&amp;nbsp;&lt;/P&gt;&lt;P&gt;Boss said he needs to change the alfresco url from this.mydomain.com to that.mydomain.com.&lt;/P&gt;&lt;P&gt;I thought I could do that easily. I modified the nginx servername as well as some other strings in alfresco-global.properties and&amp;nbsp;share-config-custom.xml.&lt;/P&gt;&lt;P&gt;I restarted Alfresco... and there it began :&lt;/P&gt;&lt;P&gt;- First thing : my custom login page is back to the default one.&amp;nbsp;&lt;BR /&gt;- Second : existing users can't login anymore.&lt;/P&gt;&lt;P&gt;There must be something obvious I'm missing, maybe with the DB ?&amp;nbsp;Could you please help me sort this problem out ? I'd be really grateful.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time and suggestions&lt;/P&gt;&lt;P&gt;Best,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yann&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 12:45:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-fqdn-change-gt-unable-to-login/m-p/115836#M32133</guid>
      <dc:creator>ylezy</dc:creator>
      <dc:date>2020-02-05T12:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share FQDN change -&gt; Unable to login</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-fqdn-change-gt-unable-to-login/m-p/115837#M32134</link>
      <description>&lt;P&gt;I think changing the serverName and updating the alfresco-global.properties is enough. share-config-custom.xml file change is required in case your alfresco and share are running on different hosts. There is nothing to do with DB in this case.&lt;/P&gt;
&lt;P&gt;I am not sure what is your current setup. But considering that you have a proxy host, a db host and a host where alfresco and share is deployed.&lt;/P&gt;
&lt;P&gt;I would change:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;server {&lt;BR /&gt;...&lt;BR /&gt;..
  server_name &lt;SPAN&gt;that.mydomain.com&lt;/SPAN&gt;;
  ...&lt;BR /&gt;....
}&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;Required so that proper URLs are prepared:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;alfresco.host=that.mydomain.com&lt;BR /&gt;alfresco.port=80 #As per your current setup. This is an example&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;share.host=that.mydomain.com&lt;BR /&gt;share.port=80 #As per your current setup. This is an example&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;If you are using CMIS to connect, you may also have to set some of the opencmis properties:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;opencmis.context.override=false&lt;BR /&gt;opencmis.context.value=&lt;BR /&gt;opencmis.servletpath.override=false&lt;BR /&gt;opencmis.servletpath.value=&lt;BR /&gt;opencmis.server.override=true&lt;BR /&gt;opencmis.server.value=&lt;A href="http://that.mydomain.com" target="_blank" rel="noopener nofollow noreferrer"&gt;http://that.mydomain.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;[Edit]: If share to alfresco communication is configured to via proxy, then share-custom-config.xml is also required to be modified.&lt;/P&gt;
&lt;P&gt;&amp;lt;endpoint-url&amp;gt;&lt;A href="http://that.mydomain.com" target="_blank" rel="noopener nofollow noreferrer"&gt;http://that.mydomain.com&lt;/A&gt;/alfresco/s&amp;lt;/endpoint-url&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 16:18:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-fqdn-change-gt-unable-to-login/m-p/115837#M32134</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-02-05T16:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share FQDN change -&gt; Unable to login</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-fqdn-change-gt-unable-to-login/m-p/115838#M32135</link>
      <description>&lt;P&gt;Thank you for your reply and your time.&lt;/P&gt;&lt;P&gt;I think my settings were already correct. Actually, being stuck for too long the day I posted my request, I ended up reinstalling Alfresco Share. I then copied back all config files from the non working Alfresco instance and that did the trick.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yann&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 06:27:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-fqdn-change-gt-unable-to-login/m-p/115838#M32135</guid>
      <dc:creator>ylezy</dc:creator>
      <dc:date>2020-02-11T06:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share FQDN change -&gt; Unable to login</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-fqdn-change-gt-unable-to-login/m-p/115839#M32136</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/78087"&gt;@ylezy&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reporting how you fixed your issue - this is helpful for other users encountering a similar problem.&lt;/P&gt;
&lt;P&gt;Glad you got it fixed.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 12:19:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-fqdn-change-gt-unable-to-login/m-p/115839#M32136</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-02-12T12:19:55Z</dc:date>
    </item>
  </channel>
</rss>

