[
https://issues.apache.org/jira/browse/SYNAPSE-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Asankha C. Perera resolved SYNAPSE-220.
---------------------------------------
Resolution: Fixed
Fix Version/s: 1.1.1
Assignee: Asankha C. Perera
Vesa
I assume what you primarily want to do is to listen only on a designated
address instead of all addresses on the host? As this is quite simple and
straightforward to implement, I am going to push the following fix into the
upcoming 1.1.1
<transportReceiver name="http"
class="org.apache.synapse.transport.nhttp.HttpCoreNIOListener">
<parameter name="bind-addresses">9.1.2.3</parameter>
<parameter name="port">port</parameter>
<parameter name="non-blocking">true</parameter>
</transportReceiver>
This will allow you to specify the address you want to listen on, as
"bind-address"
Please reopen this issue, if this does not solve your problem..
asankha
> Synapse doesn't support virtual hosting
> ---------------------------------------
>
> Key: SYNAPSE-220
> URL: https://issues.apache.org/jira/browse/SYNAPSE-220
> Project: Synapse
> Issue Type: Improvement
> Components: Core
> Affects Versions: 1.1
> Reporter: Vesa Varimo
> Assignee: Asankha C. Perera
> Fix For: 1.1.1
>
>
> I have environment which has multiple virtual network interfaces.
> I'm unable to specify the ip address that I'm willing to use for Synapse.
> It would be great to have this feature implemented.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]