On Wed, Nov 23, 2022 at 9:33 PM Amn <amnoje...@gmail.com> wrote: > > In my Debian 11, I entered this command : > wget > https://downloads.apache.org/tomcat/tomcat-10/v10.0.18/bin/apache-tomcat-10.0.18.tar.gz > > After that I get this message > > --2022-11-23 21:24:54-- > https://downloads.apache.org/tomcat/tomcat-10/v10.0.18/bin/apache-tomcat-10.0.18.tar.gz > Resolving downloads.apache.org (downloads.apache.org)... 88.99.95.219, > 135.181.214.104, 2a01:4f9:3a:2c57::2, ... > Connecting to downloads.apache.org > (downloads.apache.org)|88.99.95.219|:443... connected. > HTTP request sent, awaiting response... 404 Not Found > 2022-11-23 21:24:54 ERROR 404: Not Found. > > > Does anyone know the why of this error? > > I am following the instruction of this page : > https://www.linuxtechi.com/how-to-install-apache-tomcat-on-debian/
https://downloads.apache.org/tomcat/tomcat-10/ has two folders: v10.0.27/ and v10.1.2/. There is no v10.0.18/ folder. You need to fix the URL you are using. Jeff