How to set up a web server to serve jsp files in Fedora 15?

I have installed Fedora 15 on my system. Installed Web server using the command

sudo yum groupinstall "Web Server"

Have it running successfully at port 80. The files are put in “/var/www/html”. It is supporting html and php. i would like to have support for jsp also. I have googled a lot for a good tutorial on setting up the server ready for serving jsp files. But failed to find a good tutorial.
Found this by searching here JSP / Tomcat / Apache setup overview on Fedora Core
As i am new to this i will be unable to configure it without step by step guidance
Please help my by explaining.
I have tried installing tomcat6 but when i try to access the server at localhost:8080 it is unable to find one.

Answer

May be that: http://www.puschitz.com/InstallingTomcat.html ?
It’s manual for Debian, but I think, it may be useful.

Attribution
Source : Link , Question Author : vishnu , Answer Author : strangeman

Leave a Comment