I have Glassfish 3.1.1 (Metro JAX-WS stack)
installation with several http listeners in my domain's virtual server.
When I deploy my EAR, web application and soap services are all bound to all available http listeners whereas I want them to be held by different listeners, each having it's own performance and connection pool setup.
I believed that sun-web.xml
should be responsible for that sort of binding but I haven't found any options of binding service to specific port or virtual server.
Any ideas?