]
Tomaz Cerar closed WFLY-8490.
-----------------------------
Assignee: (was: Thomas Diesler)
Resolution: Rejected
Given that AJP is not configured by default, this would mean you have configured it
wrongly when you added it.
In this case you probably used hardcoded address instead of having expression with default
as it is used elsewhere
If anything this is something that should be discussed in forums at
NO AJP listenening socket when setting IP with
-Djboss.bind.address=XX -Djboss.bind.address.management=XX
------------------------------------------------------------------------------------------------------------
Key: WFLY-8490
URL:
https://issues.jboss.org/browse/WFLY-8490
Project: WildFly
Issue Type: Bug
Affects Versions: 10.1.0.Final
Environment: ubuntu 16.04
Reporter: GaƩtan QUENTIN
When launching WFLY with ./standalone.sh --server-config=standalone-full.xml without bind
address parameter, ajplistener is well launch on ip 127.0.0.1
when binding ip adress , ajp listener disappears:
./standalone.sh --server-config=standalone-full.xml -Djboss.bind.address=172.20.12.192
-Djboss.bind.address.management=172.20.12.192&
nothing is listenting on port 8009