Swavek Skret wrote:
> Hello,
>
> I have a multiple IP addresses on my deployment computer and bind Tomcat to
> one of the virtual IP addresses (server.xml file address attribute for Http
> Connector). This setting defines the inbound routing: only the virtual IP
> address destined traffic gets to Tomcat. 
>
> However any traffic originating from my axis2 application deployed on Tomcat
> has the originating IP address of physical IP address of my deployment
> computer and not the virtual IP address. Does anyone know how to configure
> the originating IP address of the outbound traffic to be that of the virtual
>   
Add the following parameter into axis2.xml with the value you want ,
then it will generate the correct address.

<parameter name="hostname" locked="true">myhost.com</parameter>

Thanks
Deepal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to