Hi all, Several application servers offer a mechanism to announce a public hostname to be used for all automatic generated urls of this instance. This way a server can run behind a load balancer or proxy easily, using the public hostname + port.
Currently I do need this functionality for the auto generated WSDL of Axis. I did find a way to specify an endpoint URL using <endpointURL> per service, which is rather helpful. What I am looking for is a way to globally announce a frontend hostname and port which will be used by all services specified through server-config.wsdd. Did I miss something while searching the configuration options? Jens