Hi,
I knew, there was an old discussion about this.
On a server farm I want to install several intraWeb server (for load balancing). The app should running as a service on each server as
Node.1 - using port 81
Node.2 - using port 82
Each has it own folder and should have the service name node.1, node.2 The config should be read out a ini file.
Running as stand alone work nice but as a service seemed to complicated.
in IWServerControllerBaseConfig i try
AppName := inifile('main', 'nodename', 'node');
but nothing happen. Appname /install - nothing happens (exception?). If I remove the line I can install the service
What would be the right way to install as service with different service name?
Thanks
Sven
I knew, there was an old discussion about this.
On a server farm I want to install several intraWeb server (for load balancing). The app should running as a service on each server as
Node.1 - using port 81
Node.2 - using port 82
Each has it own folder and should have the service name node.1, node.2 The config should be read out a ini file.
Running as stand alone work nice but as a service seemed to complicated.
in IWServerControllerBaseConfig i try
AppName := inifile('main', 'nodename', 'node');
but nothing happen. Appname /install - nothing happens (exception?). If I remove the line I can install the service
What would be the right way to install as service with different service name?
Thanks
Sven
Greetings
Sven
Sven