You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Vincent Yip <hk...@home.com> on 2001/05/26 06:20:58 UTC

Apache error

Hello all, 

I am a newbie to JSP and Java Servlets. I have a RedHat v6.2 Linux server and I installed Tomcat to the server. The installation was very successful, and I included the tomcat-apache.conf to the httpd.conf. Restarted HTTPD and no errors at all. 

Now I have this test JSP script, I tried to run it: 

http://64.23.60.11/jsp/date.jsp 

It's supposed to load the script, but it prompts to download the script! What's the problem?! 

What could be the possible problems? I chmoded and chowned the JSP files. No result. Making sure the Apache conf files have the necessary commands such as 

AddType text/jsp .jsp 
AddHandler jserv-servlet .jsp 

But afterall I can't find the solution to solve the problem. My dedicated host refuses to help me find out the problem BECAUSE they simply say they can't provide support on the Tomcat software. 

All JSP experts here... any ideas? 

Your help will be much appreciated 

Thank you.