<?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: Cannot access by IP ADDRESS in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/cannot-access-by-ip-address/m-p/51772#M19612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;I got this sorted out on my own, I am gonna post&amp;nbsp;the solution which worked for me.&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;1. Open server.xml file (alfresco/tomcat/conf/server.xml)&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;2. Add these two lines here:&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&amp;lt;Connector port="8080" protocol="HTTP/1.1"&lt;BR /&gt;connectionTimeout="20000"&lt;BR /&gt;URIEncoding="UTF-8"&lt;BR /&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;address="0.0.0.0"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;useIPVHosts="true"&lt;/STRONG&gt;&lt;BR /&gt;redirectPort="8443" /&amp;gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;3. Add this line here:&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&amp;lt;Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"&lt;BR /&gt;prefix="localhost_access_log." suffix=".txt"&lt;BR /&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;resolveHosts="true"&lt;/STRONG&gt;&lt;BR /&gt;pattern="%h %l %u %t &amp;amp;quot;%r&amp;amp;quot; %s %b" /&amp;gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;4.Open&amp;nbsp;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;alfresco-global.properties file (&lt;/SPAN&gt;alfresco\tomcat\shared\classes\alfresco-global.properties)&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;5.Change&amp;nbsp;alfresco.host=&lt;STRONG style="border: 0px; font-weight: bold;"&gt;localhost&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;6.Change share.host=&lt;STRONG style="border: 0px; font-weight: bold;"&gt;localhost&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;This worked for me and also please check port for tomcat is not used by any other application (in my case 8080) and also ensure the port is not blocked by firewall.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Jul 2018 05:58:55 GMT</pubDate>
    <dc:creator>dhruv_siwach</dc:creator>
    <dc:date>2018-07-07T05:58:55Z</dc:date>
    <item>
      <title>Cannot access by IP ADDRESS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cannot-access-by-ip-address/m-p/51771#M19611</link>
      <description>I have encountered a strange issue after installation of Alfresco community edition. My issue is i can access the software by http://localhost:8080/alfresco/&amp;nbsp; but when i try to open it by ip address&amp;nbsp;http://192.168.1.100:8080/alfresco/&amp;nbsp;and if i cannot access it by ip address than how can i access it</description>
      <pubDate>Tue, 03 Jul 2018 07:58:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cannot-access-by-ip-address/m-p/51771#M19611</guid>
      <dc:creator>dhruv_siwach</dc:creator>
      <dc:date>2018-07-03T07:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot access by IP ADDRESS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cannot-access-by-ip-address/m-p/51772#M19612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;I got this sorted out on my own, I am gonna post&amp;nbsp;the solution which worked for me.&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;1. Open server.xml file (alfresco/tomcat/conf/server.xml)&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;2. Add these two lines here:&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&amp;lt;Connector port="8080" protocol="HTTP/1.1"&lt;BR /&gt;connectionTimeout="20000"&lt;BR /&gt;URIEncoding="UTF-8"&lt;BR /&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;address="0.0.0.0"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;useIPVHosts="true"&lt;/STRONG&gt;&lt;BR /&gt;redirectPort="8443" /&amp;gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;3. Add this line here:&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&amp;lt;Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"&lt;BR /&gt;prefix="localhost_access_log." suffix=".txt"&lt;BR /&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;resolveHosts="true"&lt;/STRONG&gt;&lt;BR /&gt;pattern="%h %l %u %t &amp;amp;quot;%r&amp;amp;quot; %s %b" /&amp;gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;4.Open&amp;nbsp;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;alfresco-global.properties file (&lt;/SPAN&gt;alfresco\tomcat\shared\classes\alfresco-global.properties)&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;5.Change&amp;nbsp;alfresco.host=&lt;STRONG style="border: 0px; font-weight: bold;"&gt;localhost&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;6.Change share.host=&lt;STRONG style="border: 0px; font-weight: bold;"&gt;localhost&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;This worked for me and also please check port for tomcat is not used by any other application (in my case 8080) and also ensure the port is not blocked by firewall.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2018 05:58:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cannot-access-by-ip-address/m-p/51772#M19612</guid>
      <dc:creator>dhruv_siwach</dc:creator>
      <dc:date>2018-07-07T05:58:55Z</dc:date>
    </item>
  </channel>
</rss>

