v21.1

SICS 21.1

Technical Doc, Miscellaneous
v21.1

SE-4218 # Background # 3rd party libraries are starting to require Java 11+. To enable SICS to get access to new functionality and the latest security patches, SICS now requires Java 11+ and is shipped with Amazon Corretto 15.0.2.7.1. JDBC Driver Versions # DBMS JDBC Driver Version Oracle 19.9.0.0 Microsoft SQL Server 9.2.0 MySQL 8.0.23

Install a JAVA Servlet Container

Technical Doc, Server
v21.1

SICS API Server is a web application running Java 21 or higher. It is designed to be run in any Servlet/JSP-Container compatible with Servlet specification 2.5 or higher and JSP Specification 2.0 or higher. See http://en.wikipedia.org/wiki/List_of_Servlet_containers for a list of Java Servlet Containers. The following description shows how to install Apache Tomcat 10.1 which is a free and commonly used Java Servlet Container from Apache using Java 21 or higher. This does not imply that we promote Tomcat 10. ...