> On Oct 6, 2024, at 13:15, Jim Anderson <jjand...@ptd.net.INVALID> 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.apache.org/upgrading.html

https://tomcat.apache.org/migration-9.html


> , 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 installed my webpage application at:
> 
> //usr/share/apache-tomcat-8.0.53/webapps/ihyp
> 
> I then tried to access the webpage on my LAN


Exactly what URL did you use?


> and my browser displayed the text of ihyp/pages/page1.jsp where "ihyp" is the 
> web application. I was expecting the webpage, not the text of the page.


If Tomcat is running, then it would appear that the JSP servlet isn’t 
functioning properly and the request was handled by the default servlet - but 
it’s pointless to pursue this on 8.0.53. However, it may be that something else 
on your system is serving up the page, not Tomcat.


> I checked the ihyp/logs directory and there were no error messages there.


Look in all the Tomcat logs, not just the one for the application.


> Can anyone help with what my next step(s) should be?


Upgrade, then try again.

  - Chuck

Reply via email to