General table defining all general project related information.
| Parameter | Description |
|---|---|
| project ID | Project ID defines the main reference of the project. It will be used at the web address link, databases and so on. It is advised to name a project ID short and precise just like ordinary web address, no space and no special characters are allowed. |
| Post-launch |
Any program entered here will be executed after the server is started. Normally the browser needs to be launched once server is started.
"iexplore.exe" "<HOMEPAGE>index.html"Example below shown a portable version of Firefox to be started instead. The command line syntax is dependent on the selected browser and could be obtained from its relevant web site. "D:\PortApps\PortableApps\FirefoxPortable\FirefoxPortable.exe" "<HOMEPAGE>index.html" |
| Pre-launch | Any program entered here will be executed before the server is initialized. |
Tip
If more than one program need to be started, multiple command lines can be entered accordingly.