|
AutoStart |
Top Previous Next |
|
The Server can be configured to auto start. This should be done after the server has been tested to insure that it can connect to the AL-Desk Database and you can successfully retrieve data from a browser.
If for some reason you are getting errors on starting your server, then you can turn off the auto start option one of two ways.
1. Start the server from the command line using the NoAutoStart option. To do that you should start the server from command prompt.
For Advanced users.
Note: The ALSWebServer.ini file is created automatically by the Web Portal server itself and there is usually no requirement that anyone edit or touch it in any way.
The other way to disable the autostart is to edit the ALSWebServer.ini file and set the AutoStart entry to 0
AutoStart=0 disables the auto start where AutoStart=1 enables it
[HTTPServer] Port=80 PHP_Directory=c:\php\php.exe WebRoot=z:\output\root ServerSecurity=0 AutoStart=0 SecureServer=0 LiveDB=Z:\output\ALDESK.DB SoapPort=0 SoapLocation=http://192.168.0.5 XMLFormat=0 DemoDB= Logging=1 [Server] Logging=1 [ccserver] host=127.0.0.1 port=9010 cclist= ccsslport=443 |