Hello I have a problem, I installed Tomcat 4.1.27 and 4.0.6 in Mac OS X Server. When I start Tomcat, the pages JSP make the error HTTP 500 Status. I don't know what happen, because I review the configuration files and I haven't found the error. The html pages appear correctly, but the jsp pages show the error. I installed Java version 1.3.1. I need help please. When I type http://localhost:8080, appear the error. [ October 21, 2003: Message edited by: Claudia Hernandez ] [ October 21, 2003: Message edited by: Claudia Hernandez ]
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Have you installed JDK on your machine ? Cause tomcat needs it to compile JSP's
Bear Bibeault
Author and opinionated walrus
Marshal
Hi Claudia, welcome to the Ranch! We have forums specifically on the Mac OS here and on Tomcat here. Since Tomcat setup on Mac is not really any different than anywhere else, I'm going to move this post to the Tomcat forum. See ya there! bear [ October 21, 2003: Message edited by: Bear Bibeault ]
First thing to check is whether the examples come up or not. After installing Tomcat, hit the URL http://localhost:8080/ Does the Tomcat example page come up? bear