8 Jun
2000
8 Jun
'00
7:42 a.m.
I am looking for some guidance on how to change the web port address of my Zserver. I can use the -P option START.BAT file and start it manually but I haven't been able to figure out how to change it when I am starting the Zserver up as a service on a WinNT 4 box. It works fine on port 8080 but I now need to move it off of that port.
There are several methods to achieve what you want. The one I use is to edit z2.py and to change in the configuration section HTTP_PORT=8080 to something else.