Results 1 to 3 of 3

Thread: Change HttpInvokerServiceExporter port number

  1. #1
    Join Date
    Dec 2006
    Posts
    2

    Default Change HttpInvokerServiceExporter port number

    I would like to change the port number(default 8080) on which HttpInvokerServiceExporter exports the services.
    Thanks

  2. #2
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    164

    Default

    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.
    Chris Lee (blog)
    Principal Consultant
    Digital Ascent Inc.

  3. #3
    Join Date
    Dec 2006
    Posts
    2

    Default

    My application is not a web app which means I would have to embedd a servlet engine into it.
    Thanks for the pointer.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •