Class wwServerConfig
This class is used to configure the Web Connection application and holds the main server's configuration settings which are read and written to the startup INI file.
This class uses Save() and Load() methods of the wwConfig class to load the Server's INI file settings. You can use the Reload method to automatically cause COM Server instances to reload and re-read these settings.
Class Members
Member | Description | |
---|---|---|
![]() |
nTimerInterval | The frequency in milliseconds the timer fires for file based messaging. |
![]() |
nScriptMode | The scripting mode setting |
![]() |
nMemUsage | Memory usage flag. This value is passed to VFP's SYS(3050) function to attempt to limit memory usage of the Web Connection application servers. This behavior operation can be overridden as it's set… |
![]() |
lShowStatus | Determines whether the status window shows each request. There's slight overhead in displaying this information, so if speed is of utmost importance turn this option off. |
![]() |
lShowServerForm | Flag that determines whether the server form shows. Not available while running in the IDE - only works in compiled applications. |
![]() |
lShowRequestData | Flag that is passed forward to the wwProcess object (by default, but can be overridden) to show the current request data at the end of an HTML page. Shows Form data and Server Variables. |
![]() |
lSaveRequestFiles | Flag that determines whether the last request information is saved to a file that can be reviewed. |
![]() |
nLogFormat | Flag to determine whether every request is logged to file. |
![]() |
cTemplate | The file prefix used in file based messaging. The form polls for files of this extension in the temp path. Default: WC_\ |
![]() |
cVersion | A version property that can be set and used in scripts and other places to provide a unique id for the server. This is useful in an application to provide a unique version identifier that can be… |
![]() |
cTempFilePath | Temp file path location used for file based messaging. Set this even if you're running COM mode exclusively. |
![]() |
cSQLConnectString | SQL Connect String to use if you want to use SQL Logging and Session objects. |
![]() |
cComReleaseUrl | The URL used to release the Web Connection application server. By default: wc.dll?_maintain~release. |
![]() |
cHomeUrl | The web site home url ```txt http://localhost/wconnect ``` |
![]() |
cAdminMailServer | Mail server used to send Admin email used for notifications and errors using the wwProcess::SendErrorEmail() method. |
![]() |
cAdminEmail | Admin Email address used for notifications and errors using the wwProcess::SendErrorEmail() method. |
![]() |
lAdminSendErrorEmail | Flag to determine whether admin email is sent on errors. |
![]() |
lAdminMailUseSsl | Determines whether emails need to use SSL to send. |
Assembly: wwServer.prg
See also
Class wwServerConfig© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic