Custom servlet container
The software packages nevisdetect-admin-<version>.noarch.rpm
and nevisdetect-persistency-<version>.noarch.rpm
are also installing a war file containing the services. Both war files can be deployed in a servlet container implementing the Servlet 3.0 Specification. The deployment of both war files has been verified with Tomcat 8.XX and Tomcat 7.XX. For the deployment in a Tomcat servlet container, ensure the following:
Software package | Task | Description |
---|---|---|
persistency | TSL configuration | Configure 2-way TLS.Set client authentication to optional. |
admin | ||
persistency | Environment configuration | Export NEVISDETECT_SPOOL_DIR=/var/opt/nevisdetect/persistency/ |
admin | Export NEVISDETECT_SPOOL_DIR=/var/opt/nevisdetect/admin/ | |
persistency | Context path | Configure with the context path /nevisdetect/persistency/ |
admin | Configure with the context path /nevisdetect/admin/ |