Again, you are mixing HTTP ports and cluster ports. They must be different.


On 12/06/2023 17:22, Manak Bisht wrote:

<snip/>

Node 1: Cluster listening on 8090

                     <Receiver
className="org.apache.catalina.tribes.transport.nio.NioReceiver"
                         address="localhost"
                         port="8090"
                         autoBind="0"
                         selectorTimeout="5000"
                         maxThreads="6"/>


<snip/>

Node 2: Cluster listening on 8190

                     <Receiver
className="org.apache.catalina.tribes.transport.nio.NioReceiver"
                         address="localhost"
                         port="8190"
                         autoBind="0"
                         selectorTimeout="5000"
                         maxThreads="6"/>

<snip/>

12-Jun-2023 14:18:17.719 INFO [main]
org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
["http-nio-8090"]

HTTP connector also trying to listen on port 8090.

This WILL NOT work.

You MUST choose different ports for the cluster communications and the HTTP connector.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to