Help installing Tomcat and Apache on WinXP....

igowerf

Diamond Member
Jun 27, 2000
7,697
1
76
I have Apache installed and, somehow, I managed to get PHP working. When I go to http://localhost/index.php, my PHP code works fine.

Now..... I want to have http://localhost/index.jsp too... I know that Tomcat is working because http://localhost:8080/index.jsp works perfectly. The jsp code is working.

I followed an install tutorial but jsp files are being treated as text files. I assume I have to do something with MIME types in the Apache conf file... but I'm lost at this point. Any help would be appreciated.