Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions modules/ROOT/pages/tut-af-integrate-am-flights.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,6 @@ The configuration XML file adds the XML for the HTTP Listener into the `<flow/>`

</flow>
----
. In the configuration XML, place your cursor before the opening <flow> tag, and copy the following code:
+
[source,xml]
----
<http:listener-config name="HTTP_Listener_config" >
<http:listener-connection host="0.0.0.0" port="8081" />
</http:listener-config>
----

. In the configuration XML, configure the attributes for the HTTP Listener configuration `<http:listener-config/>`:
+
[source,xml]
Expand Down