<?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 Ansible installation (Alfresco 7) | Java listen on 0.0.0.0 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/ansible-installation-alfresco-7-java-listen-on-0-0-0-0/m-p/144885#M38438</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;try today first time an ansible installation which works so far.&lt;/P&gt;&lt;P&gt;But here are an lot of open ports of java:&lt;/P&gt;&lt;PRE&gt;root@dmstest:/etc/opt# netstat -tulpen | grep java
tcp        0      0 0.0.0.0:61613           0.0.0.0:*               LISTEN      997        38448      705/java            
tcp        0      0 0.0.0.0:61614           0.0.0.0:*               LISTEN      997        35627      705/java            
tcp        0      0 0.0.0.0:61616           0.0.0.0:*               LISTEN      997        38446      705/java            
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      997        35532      608/java            
tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      997        38452      705/java            
tcp        0      0 0.0.0.0:32991           0.0.0.0:*               LISTEN      997        37554      705/java            
tcp        0      0 0.0.0.0:8161            0.0.0.0:*               LISTEN      997        39273      705/java            
tcp        0      0 127.0.0.1:8005          0.0.0.0:*               LISTEN      997        44039      608/java            
tcp        0      0 0.0.0.0:5672            0.0.0.0:*               LISTEN      997        38447      705/java            
tcp6       0      0 127.0.0.1:7983          :::*                    LISTEN      997        58887      2022/java           
tcp6       0      0 127.0.0.1:8983          :::*                    LISTEN      997        59154      2022/java           
tcp6       0      0 :::8090                 :::*                    LISTEN      997        39642      578/java&lt;/PRE&gt;&lt;P&gt;I fixed solr with "SOLR_OPTS="$SOLR_OPTS -Djetty.host=127.0.0.1" and postgres with listen_addresses = 'localhost'.&lt;/P&gt;&lt;P&gt;Port 8080 is also no problem, but the other ports for example transformer on 8090, where is the setting to bind this service to localhost only?&lt;/P&gt;</description>
    <pubDate>Mon, 13 Dec 2021 16:04:04 GMT</pubDate>
    <dc:creator>samuelw</dc:creator>
    <dc:date>2021-12-13T16:04:04Z</dc:date>
    <item>
      <title>Ansible installation (Alfresco 7) | Java listen on 0.0.0.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ansible-installation-alfresco-7-java-listen-on-0-0-0-0/m-p/144885#M38438</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;try today first time an ansible installation which works so far.&lt;/P&gt;&lt;P&gt;But here are an lot of open ports of java:&lt;/P&gt;&lt;PRE&gt;root@dmstest:/etc/opt# netstat -tulpen | grep java
tcp        0      0 0.0.0.0:61613           0.0.0.0:*               LISTEN      997        38448      705/java            
tcp        0      0 0.0.0.0:61614           0.0.0.0:*               LISTEN      997        35627      705/java            
tcp        0      0 0.0.0.0:61616           0.0.0.0:*               LISTEN      997        38446      705/java            
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      997        35532      608/java            
tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      997        38452      705/java            
tcp        0      0 0.0.0.0:32991           0.0.0.0:*               LISTEN      997        37554      705/java            
tcp        0      0 0.0.0.0:8161            0.0.0.0:*               LISTEN      997        39273      705/java            
tcp        0      0 127.0.0.1:8005          0.0.0.0:*               LISTEN      997        44039      608/java            
tcp        0      0 0.0.0.0:5672            0.0.0.0:*               LISTEN      997        38447      705/java            
tcp6       0      0 127.0.0.1:7983          :::*                    LISTEN      997        58887      2022/java           
tcp6       0      0 127.0.0.1:8983          :::*                    LISTEN      997        59154      2022/java           
tcp6       0      0 :::8090                 :::*                    LISTEN      997        39642      578/java&lt;/PRE&gt;&lt;P&gt;I fixed solr with "SOLR_OPTS="$SOLR_OPTS -Djetty.host=127.0.0.1" and postgres with listen_addresses = 'localhost'.&lt;/P&gt;&lt;P&gt;Port 8080 is also no problem, but the other ports for example transformer on 8090, where is the setting to bind this service to localhost only?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 16:04:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ansible-installation-alfresco-7-java-listen-on-0-0-0-0/m-p/144885#M38438</guid>
      <dc:creator>samuelw</dc:creator>
      <dc:date>2021-12-13T16:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible installation (Alfresco 7) | Java listen on 0.0.0.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ansible-installation-alfresco-7-java-listen-on-0-0-0-0/m-p/144886#M38439</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/33131"&gt;@samuelw&lt;/A&gt;&amp;nbsp; What you see are all necessary ports. Here is breakdown :&lt;/P&gt;
&lt;P&gt;--- Active MQ&lt;/P&gt;
&lt;P&gt;61613 - STOMP &lt;BR /&gt;61614 - WebSocket &lt;BR /&gt;61616 - OpenWire &lt;BR /&gt;8161 - Web Console&lt;BR /&gt;5672 - AMQP&lt;BR /&gt;1883 - MQTT&lt;/P&gt;
&lt;P&gt;----- Alfresco/Share&lt;/P&gt;
&lt;P&gt;8080 - Tomcat&lt;BR /&gt;8005 - Tomcat&lt;/P&gt;
&lt;P&gt;----- ASS&lt;/P&gt;
&lt;P&gt;8983 - SOLR&lt;BR /&gt;7983 - JETTY&lt;/P&gt;
&lt;P&gt;---- Transformation service&lt;BR /&gt;8090 - Local transformation service&lt;/P&gt;

&lt;P&gt;32991 -- i am not sure if it related to alfresco installation. It may be a different process using java and not related to alfresco.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 19:47:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ansible-installation-alfresco-7-java-listen-on-0-0-0-0/m-p/144886#M38439</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-12-17T19:47:07Z</dc:date>
    </item>
  </channel>
</rss>

