I would like to change the port number(default 8080) on which HttpInvokerServiceExporter exports the services.
Thanks
I would like to change the port number(default 8080) on which HttpInvokerServiceExporter exports the services.
Thanks
The HttpInvokerServiceExporter is simply another controller (in the DispatcherServlet) in your web application; to change the port, refer to the documentation for your application server - noting that this is a global setting for the whole application.
My application is not a web app which means I would have to embedd a servlet engine into it.
Thanks for the pointer.