ServerPortProperties:ServerPort
String, Read/Write
Returns/sets the IP Port that WebX will listen. If the application tries to use a port that is already being used by another application, WebX will raise Error Number 10048 and will not start.
E.g. WebX1.ServerPortProperties:ServerPort = 3333 –This example will set the listener port to 3333. The URL for access to this server would be "http:.//www.mydomain.com:3333". By changing the value of ServerPortProperties:ServerPort, you can have multiple web servers running on one computer.
Therefore, another web server such as Microsoft IIS (Internet Information Server) can be running on port 80 and a WebX based application on port 3333. Web pages hosted by the WebX application on port 3333 can then be linked from the main web site on port 80.