gallerylaha.blogg.se

Install debian 10
Install debian 10













install debian 10 install debian 10

Tomcat 10 can be downloaded from the official Apache website with the command below: wget Downloading and installing Tomcat 10įirst, go in /opt directory on your server ( cd /opt) and then download the Tomcat within. In order for Apache Tomcat to run propely we need to create user: useradd -m -d /opt/tomcat -U -s /bin/false tomcat 4. OpenJDK 64-Bit Server VM (build 11.0.12+7-post-Debian-2deb10u1, mixed mode, sharing) 3. OpenJDK Runtime Environment (build 11.0.12+7-post-Debian-2deb10u1)

install debian 10

The output should be similar to this: :~# java -version Install JavaĪpache Tomcat is based on Java, and that is why we need to install it first on the VPS: sudo apt install default-jdk -yĬheck the installed version with the following command: java -version sudo apt update -y & sudo apt upgrade -y 2. The out should be similar to this: :~# lsb_release -aĭescription: Debian GNU/Linux 10 (buster)Įxecute the commands below to get the latest changes on your Debian 10 OS. User privileges: root or non-root user with sudo privilegesĬheck the distribution of your OS on your server before the installation.Let’s start with the installation on Debian 10! Installing Tomcat 10 on Debian is very easy and will take less than 15 minutes with all requirements and configuration files. It is an open-source software developed by the Apache Software Foundation responsible to execute Java servlets and render the Java web pages as mentioned above.Īpache Tomcat 10 is compatible with multiple distributions of Linux as Ubuntu, CentOS, and Debian. In this tutorial, we are going to cover every step needed to install the latest version on Tomcat 10 with all requirementsĪpache Tomcat 10 or simply Tomcat 10 is a Java application server used to render the Java web pages. If you ever wondered how to install Apache Tomcat 10, and how to configure it on Debian 10 then you are at the right place.















Install debian 10