We can no longer dynamically change the port number to listen on.

We compile our database using port 8080. But we allow our application administrators to change what port to listen on thru an INI file loaded during startup. Our application now only listens to port 8080.

If you want to change the port number dynamically, do the following:

- call A4D_Startup(False). That will prevent the web server from being started. - After calling A4D_Startup, determine what port you want to use and use SET DATABASE PARAMETER accordingly.
- Call START WEB SERVER.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to