dremas Posted June 27, 2014 Report Share Posted June 27, 2014 Hi all, I have been playing around for days trying to solve a seemingly simple problem: In 2013 Web Services, the port is set in the build spec. However, when running multiple instances, the ports need to be different between instances. There is a property node for setting "websrvr.port" but it doesn't seem to have any effect. Has anyone had any luck setting the Web Service port programmatically, or from a command line argument? Right now this is a huge blocker for being able to set up web services at all, so I appreciate anyone's thoughts. Quote Link to comment
PiDi Posted June 27, 2014 Report Share Posted June 27, 2014 Shot in the dark: try setting WebServer.Active property to false before setting port, then activate it again. Maybe it will restart with new configuration. Quote Link to comment
dremas Posted June 27, 2014 Author Report Share Posted June 27, 2014 Thank PiDi. I have tried a few variations on that idea, but no luck yet :-( Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.