Setting a port number

By default, the IBM® Rational® Rhapsody® web server listens on port 80. To change the port number, change the argument to the SetPropPortNumber method.

About this task

For example, to change the port number to 8000, use the following call:

SetPropPortNumber(8000);

Feedback