Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Installing Tomcat 10

209 views
Skip to first unread message

Amn

unread,
Nov 23, 2022, 9:40:05 PM11/23/22
to

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/

Charles Curley

unread,
Nov 23, 2022, 10:30:06 PM11/23/22
to
On Wed, 23 Nov 2022 21:33:13 -0500
Amn <amno...@gmail.com> wrote:

> /*/HTTP request sent, awaiting response... 404 Not Found/**/
> /**/2022-11-23 21:24:54 ERROR 404: Not Found./*

Because the file isn't there. Maybe there's a newer version since those
instructions were written?

Is there any reason not to use the Debian package? Doing so would
likely bypass all the fiddly setup in the rest of those instructions.

Bu if you insist, you could go to the tomcat home page page,
https://tomcat.apache.org/, and go from there.

--
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/

to...@tuxteam.de

unread,
Nov 24, 2022, 12:50:05 AM11/24/22
to
On Wed, Nov 23, 2022 at 09:33:13PM -0500, Amn 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?

Use your browser. Enter this URL into the URL bar (hopefully, your
browser still has one of those).

You'll get the "404 Not Found" response.

Cut some part from the right of the URL (I just cut everything
including and to the right of "/tomcat-10/...", leaving:

https://downloads.apache.org/tomcat

This is a hit and gives an index. From there, you see choices
(I currently see:

v10.0.27/
v10.1.1/
v10.1.2/

Click your way through to your desired version.

> I am following the instruction of this page :
> https://www.linuxtechi.com/how-to-install-apache-tomcat-on-debian/

The Internet moves. Links go stale. If you're a nice person, write
the authors of the above blog that they should fix their link.

Cheers
--
t
signature.asc

Jeffrey Walton

unread,
Nov 24, 2022, 8:10:06 AM11/24/22
to
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

Amn

unread,
Nov 24, 2022, 9:00:05 AM11/24/22
to
Yes, you are right. Thanks! Copy and Past, humm, I'll be more careful
next time.
0 new messages