Appendix D - Web Server Configuration |
Top Previous Next |
For z/Scope Web-to-Host Edition only.
z/Scope Web-to-Host can be installed in a Web Server so users can run instances of it in their local workstations inside an ActiveX enabled or Mozilla web browser.
Three base configuration files are copied to the web folder upon installation:
1 zReg6.txt: This file contains licensing registration parameters. z/Scope Web-to-Host allows two modes of licensing registration: on client desktop and on web-server.
[Registration] Username= SerialNumber= BlockTrials=FALSE AllowRegistration=TRUE GetAKeyURL=http://www.cybelesoft.com/
Registration section
Username : Licensed name. SerialNumber : Licensed serial number. BlockTrials : Avoids the use of the z/Scope in trial mode. AllowRegistration : Enables/disables entering individual licensing registration in client web browser. GetAKeyURL : Allows to redirect the "Get a Key" button to any url.
2 zUpd6.txt: This file contains version information. This allows you to manage automated web update to client desktops.
[Update] Version=6,2,0,0 Location=zQ6.bin CloseOnInstall=true Mandatory=false
Update section
Version : Specifies the zQ6.bin file internal version. (This information is provided by Cybele Software Inc.) Location : Specifies the location of zQ6.bin file. CloseOnInstall : Specifies whether the update dialog will close itself automatically or present a "Continue" button upon finalization of install process. Mandatory : Specifies whether the update is automatically started or if the user is prompted when a new version is available.
3 zCfg6.txt: This file contains z/Scope configuration parameters:
[Files] Connections=connections.xml Screenstyles=screen.xml Keyboard=keyboard.xml Macros=macros.xml Hotspots=hotspots.xml
[Configuration] Language=1 HelpUrl=Help/index.html HideMenubar=false HideToolbar=false
Files section
Connections : Points to the xml file where the shared connections are stored. ScreenStyles : Points to the xml file where the shared Screen Styles are stored. Keyboard : Points to the xml file where the shared keyboard map are stored. Macros : Points to the xml file where the shared macros are stored. Hotspots : Points to the xml file where the shared HotSpots are stored.
Configuration section
Language : Language number. 1. English 2. Spanish HelpUrl : Points to the index of the html help. HideMenubar : Allows to hide the z/Scope menu bar. HideToolbar : Allows to hide the z/Scope toolbar.
|