Ports for a WiseJ Application

0
0

We have a VM server but only 1 Public IP at a customer. =Given the 1 Public IP address – we are going to have to use different ports to point domain names to different servers. The reason I have to do this is that they have an old Server 2008 IIS Installation that is running some other applications bound to port 80.

For Wise J -I know I can use port 8088 for example for the HTTP traffic, but what ports do we need for the Websocket portion ?

Also – for the same reason – If I have multiple WiseJ apps across different servers – behind the same public IP address – how do I change the Websocket ports so the firewall can route the appropriate domain name request to the correct VM Server ?

  • You must to post comments
1
0

Hi Edmond,

the port used by Websocket is the same as the first http request:

http://myapp.com is port 80
http://myapp.com:8080 will use port 8080 also for Websocket

Hope that helps.

Best regards
Frank

  • edmond girardi
    Perfect – nice and easy -I like it!
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.