Re: At start up, my web pages prints as text, not as a web page

2024-10-06 Thread Chuck Caldarale
> On Oct 6, 2024, at 13:15, Jim Anderson wrote: > > I am using apache-tomcat-8.0.53 Ouch. As Sebastian said, 8.0.x has not been supported for over six years. Your first step should be updating to version 9.0.x, then think about 10.1 or 11. Look at the following for guidance: https://tomcat.

Re: At start up, my web pages prints as text, not as a web page

2024-10-06 Thread Sebastian Trost
Jim, On 06.10.2024 20:15, Jim Anderson wrote: I am using apache-tomcat-8.0.53, on the boron version of Linux. Apache Tomcat 8.0 is EOL (=End Of Life, which means no support anymore) since 2018. You shouldn't use that version anymore. [...] I then tried to access the webpage on my LAN and my

At start up, my web pages prints as text, not as a web page

2024-10-06 Thread Jim Anderson
I am using apache-tomcat-8.0.53, on the boron version of Linux. I'm trying to bring up a version of my webpage that I had running roughly 3 years ago. I have followed the setup instructions at file:///usr/share/apache-tomcat-8.0.53/webapps/docs/setup.html and everything seemed to go ok. I

Re: Using HTTP 1.1 over a configured HTTP2 Connector

2024-10-06 Thread Mark Thomas
On 04/10/2024 20:32, Anurag Sharma wrote: HI Mark And Christopher, Apologies for the late response, Tomcat act as a reverse proxy to 3rd party legacy system. We have recently upgraded Tomcat to use HTTP/2 protocol; this causes the legacy system not to render and get an error message when re