ciphers.sh
Apache Tomcat 9 - Servlet and JSP engine -- common files
Install
- All systems
-
curl cmd.cat/ciphers.sh.sh
- Debian
-
apt-get install tomcat9-common
- Ubuntu
-
apt-get install tomcat9-common
- Kali Linux
-
apt-get install tomcat9-common
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tomcat9-common
- Dockerfile
- dockerfile.run/ciphers.sh
tomcat9-common
Apache Tomcat 9 - Servlet and JSP engine -- common files
Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. This package contains common files needed by the tomcat9 and tomcat9-user packages (Tomcat 9 scripts and libraries).