Thanks for the update. Just to clarify, I' am using the WAR (Web Archive)
Distribution of Axis2 1.5.4. Not the Standard Binary distribution with
standalone server.
Thanks,
Kamal
From: "Philippe A."
To: java-user@axis.apache.org
Date: 04/10/2012 02:27 PM
Subject:[axis2] standa
Hi Vadym,
the way I see it, currently you cannot specify an address to bind the
server socket to. The code that deals with it is
org.apache.transport.http.server.DefaultConnectionListener#run() - as
you can see it only does the following:
serversocket = new ServerSocket(port);
You may extend the