-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
-
Miscellaneous
WirisQuizzes server components installation
Reading time: 1minOverview
By default, WirisQuizzes integrations use the services located at our servers in www.wiris.net (SaaS model). The various integrations are configured to call them, and, for most situations, the requests to www.wiris.net are kept behind the scenes.
Caution
In case you need to use the services from your server, you will need to purchase a license.
If you have a license of Wiris CAS server components, you can install and run the services provided by your own server.
WirisQuizzes server components
Caution
Contact our sales team if you want to know more or are interested in purchasing this product.
Requirements
Java applications container (Tomcat).
Wiris CAS server components v.2.3.2 - or greater - installed and running on the same computer.
Installation
Rename the downloaded file quizzes-x.x.x.x.war
to quizzes.war
.
Copy the war file quizzes.war
into the web apps Tomcat folder.
Logging
Set up the Tomcat context parmameter com.wiris.quizzes.logDir
in the application WEB.xml. We recommend /var/log/wiris/quizzes
in UNIX systems.
Set up a Tomcat user with role wiris-admin
. This user will be the only allowed log reviewer.
Regularly delete old log files. A simple solution is to add the following line to the root's crontab:
0 0 * * 0 find /var/log/wiris/quizzes -name "*.log" -mtime +365 -exec rm -f {} \;
You can access the logs web interface using the user you have configured with the wiris-admin
role at
http://<your.server.com>/old/stats/filter
Testing the application
You can go to the following URL to test the proper installation of WirisQuizzes
http://<your.server.com>/quizzes/test