Search
Page 37 of 107. Showing 1,065 results (0.011 seconds)
QubeMobileServer Requirements
be run over SSL for added security. If the user does not already have a signed SSL certificate, QubeMobileServer will create a self-signed certficate for its own use. Doing so…Startup and Configuration options
, it is in the conf directory next to the qubeMobileServer executable. ssl: Tells the server to use SSL, SSL requires public and private key/certificate files. If the user has these files…Operation Overview and Examples - Server side
]). Ssl ships with python, starting with version 2.6. If you start the server without options, as above, the server will run in ssl mode, but without allowing user control and without…Operation Overview - Client Side
. cert.PNG After you accept, if you started with --allow-control and/or --authenticate, you will be challenged for your password. Admins: If you are using authentication, you must have…User Management
the source code. Next to qubeMobileServer[.py], you will find qubeMobileServerUserAdmin[.py]. This utility allows you to add, remove and list current users. To change a user's…Modification and Customization
(qubeMobileServer.py) do_POST method. If you choose to add more functionality by way of an additional button in a template, you must also change the do_POST method to accommodate the new…QubeMobileServer Installation
. We recommend ActiveState Python http://www.activestate.com/activepython/downloads, since it will add itself to the registry and system search PATH. See the requirements…supervisor_queue_algorithm
Synopsis supervisor_queue_algorithm = "binding=library[,binding=library...]" Used to specify queuing algorithm(s) used by the supervisor. binding is the type (either "Perl" or "Internal") of the algorithm, and library is the actual library (path to the…client_logpath
Synopsis client_logpath = path When this specifies a valid path to the qube job logs, the client utilities will read the job logs directly off the network, rather than requesting the supervisor to send them. Example client_logpath = \\server\share\qube\lo…Qube 6.4-4 Release Notes
CL 10894 - JIRA: QUBE-74 @FIX: Updated qb.conf.wintemp (Windows template file for qb.conf) to be in sync with the Unix template. Also added proper data paths for Windows…