Robert
2008-07-16 04:28:03 UTC
Hi all,
Thanks to the recent suggestion from Atozied support, I'm posting here
for your reference if you're interested in changing the web port..
Note: This example below is for C++Builder with IntraWeb component.
Delphi freaks can figure out easily. :)
1)
Add two headers as shown below to MainForm (VCL Component):
#include "IWGlobal.hpp"
#include "IWHTTPServer.hpp"
2)
in FormCreate function property, add two lines:
GServerController->Port = 4321;
GHTTPServer->ForcePortRefresh();
Hope it helps.
Robert J. Rademacher
Thanks to the recent suggestion from Atozied support, I'm posting here
for your reference if you're interested in changing the web port..
Note: This example below is for C++Builder with IntraWeb component.
Delphi freaks can figure out easily. :)
1)
Add two headers as shown below to MainForm (VCL Component):
#include "IWGlobal.hpp"
#include "IWHTTPServer.hpp"
2)
in FormCreate function property, add two lines:
GServerController->Port = 4321;
GHTTPServer->ForcePortRefresh();
Hope it helps.
Robert J. Rademacher