; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; Do not edit this file if you are not developing an integration of Wiris ; ; Quizzes for a new platform. If you are installing Wiris Quizzes and you ; ; have to change the configuration the appropiate place is the ; ; configuration.ini file. ; ; ; ; If you are indeed developing an integration please contact the ; ; Wiris Quizzes develop team through support@wiris.com. ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; Path to the configuration.ini file. Do not include this property in the ; configuration.ini file. quizzes.configuration.file = "./configuration.ini" ;quizzes.configuration.class = "CustomConfiguration" ;quizzes.configuration.classpath = "." ; ; ; URL where to load the Wiris Cas applet. ;quizzes.wiris.url = "http://www.wiris.net/demo/wiris" ; ; URL where to load the MathType Web. ;quizzes.editor.url = "http://www.wiris.net/demo/editor" ; ; URL where to load the MathType Web Handwriting. ;quizzes.hand.url = "http://www.wiris.net/demo/hand" ; ; URL to connect to Wiris Quizzes service. quizzes.service.url = "http://www.wiris.net/demo/quizzes" ; ; URL where to get the JNLP file for Wiris Cas app. ;quizzes.wirislauncher.url = "http://stateful.wiris.net/demo/wiris" ; ; URL to the Wiris Quizzes proxy service. It is used to call remote services ; and to get images and resources from JavaScript. ; Not to be confused by the HTTP proxy this server may need to access the ; internet. ;quizzes.proxy.url = "quizzes/service" ; ; Path where to save the cached image files. It can be safely deleted. If you ; have a MathType Web Plugin installed, the same cache folder is a good place. quizzes.cache.dir = "/var/wiris/cache" ; ; Maximum number of concurrent connections to Wiris Quizzes web services. For some ; reason the remote server may not respond or have a large delay. If there are ; so many connections, it would be possible to consume all child process of ; your web server. This option prevents this possibility. ; Set value -1 to disable this mechanism. ;quizzes.maxconnections = "20" ; ; If this local server needs to use a proxy computer (eg a firewall) to access ; the internet, then provide the proxy host name or IP address. Otherwise leave ; it blank or commented. ; Not to be confused with the URL to access remote resources from JavaScript. ;quizzes.httpproxy.host = "" ; ; HTTP proxy server port. ;quizzes.httpproxy.port = "8080" ; ; If this local server needs to use a proxy to access the internet and further ; the proxy needs authentication, then provide the username. ;quizzes.httpproxy.user = "" ; ; HTTP proxy authentication password. ;quizzes.httpproxy.pass = "" ; ; Client's referer URL to be sent to quizzes service. Set to the client's ; application domain so the services server can identify the client. ;quizzes.referer.url = "" ; ; Enable Handwriting as input field type. ;quizzes.hand.enabled = "true" ; ; In client side technologies, make direct Cross-Origin calls instead of using ; the service proxy. quizzes.crossorigincalls.enabled = "true" ; ; Whether to load resources statically. Otherwise use the proxy service. quizzes.resources.static = "true" ; ; Static resources url. Has effect only if {@link RESOURCES_STATIC} is set to "true". quizzes.resources.url = "quizzes/resources" ; ; Call to the Wiris Quizzes service using the offline API instead of calling to ; the online service. ;quizzes.service.offline = "false" ; ; Log correct answers for MathType Web Handwriting training. ; quizzes.hand.logtraces = "true" ; ; Wiris Graph URL. ; ;quizzes.graph.url = "http://www.wiris.net/demo/graph"