My Domino http server is set to listen on port 80 (default). For security consideration, I would like to enable a web service I have built to be accessed only on port 8080 (or any other available port). Is this possible to configure my server to make the http task listen on both port 80 and 8080 ? I can’t change the default port because of many other internet sites hosted on my domino server…
As far as I know, you can only have HTTP listen on a single port, not counting HTTPS. I’m not sure what your topology is or the specific reasons for this configuration, but you could have requests directed to a router on 8080 that forwards to 80 on the actual Domino server.