Re: [axis2] standalone server not recommended for production?

2012-04-10 Thread Kamal . Tom
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

Re: Axis2 standalone server

2011-11-01 Thread Stefan Vladov
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