Discussion:
IntraWeb Web Port Change
(too old to reply)
Robert
2008-07-16 04:28:03 UTC
Permalink
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
Alidestero XEXE
2023-08-08 11:11:03 UTC
Permalink
Post by Robert
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)
#include "IWGlobal.hpp"
#include "IWHTTPServer.hpp"
2)
GServerController->Port = 4321;
GHTTPServer->ForcePortRefresh();
Hope it helps.
Robert J. Rademacher
Это не правильный ответ!!!!!

Loading...