hello all
i am trying to set up a vnc to a server running x11vnc

the remote computer can access ports 443 and 8080, further it can only access server via java

i have run this on the server

x11vnc -forever -usepw -httpdir /usr/share/vnc-java/ -httpport 8080

and i can connect locally without a problem

what i think! in need to change is the listening port on the vnc from 5900 to 443

how do i do that?