The Advanced Features tab enables you to configure DWebPro the following features:
-
Crontab support (same features as Unix/Linux Crontab and Windows Scheduled Tasks)
The Advanced Features tab settings are saved in the following sections:
[Cron] ; Crontab settings EnableCron=0 Count=0 Cron0=0 * * * * GET http://127.0.0.1:8080/cron.php Cron1=10 * * * * GET http://127.0.0.1:8080/cron2.php ; Runtime Fonts settings [Fonts] DWebPro=##DWEBPRO_PATH##\fonts\dwebpro.ttf ; Environment Variables [EnvVars] MYPROJECTPATH=##DWEBPRO_PATH##\myproject ; CoBrand settings [CoBrand] LicenseFileName= MaskColor= ProductName= HideLicenseData=0 HideLicenseMenu=0 HideDriveMenu=0 ; Windows Service Support settings [Service] ServiceName=dwebpro DisplayName=DWebPro Service
|
If the |
The Cronn fields use a numbering scheme that starts from 0 and must be sequential at intervals of 1 (no exceptions), until Count – 1.
The cron jobs are sequences of instructions specifying the execution of a determined operation at a predefined moment of time. DWebPro supports a subset of the UNIX style cron job syntax.
[Minutes(0-59)] [Hours(0-23)] [MonthDays(1-31)] [Months(1-12)] [WeekDays(0-6) 0 = Sunday] Operations
Each field can contain a wildcard (*) that specifies any possible value (for example, any hour, any day etc.).
The fields can contain commas (,) and dashes (-). Commas allow you to specify more than a single value once (for example 2, 6, 7). Dashes allow you to specify an interval of time.
For example, from Day 2 to Day 10 we will have 2-10.
In addition, it is possible to combine several symbols.
For example, from Day 2 to Day 10 and Day 15 we will have 2-10,15.
If the operation starts with the GET string, DWebPro executes an HTTP request toward the specified URL (for example, GET http://127.0.0.1:8080/cron.php).
Runtime Fonts settings
Environment Variables settings
CoBrand settings
The DWebPro CoBrand (and above) allows you to customize the
License box. You can change the background image (LicenseFileName),
using a mask color for transparencies (MaskColor), setting
a custom product name (ProductName) and completly hiding the
DWebPro license information (HideLicenseData).
Refer to the DWebPro Licensing Model topic for more information on DWebPro CoBrand.
Windows Service Support settings
net
start and net stop commands.
This value must be defined as a character from the set ['A'..'Z',
'a'..'z', '_'] followed by zero or more characters from the set
['A'..'Z', 'a'..'z', '0..'9', '_'].

