I haven't been able to get Tomcat to serve jsp files. I'm new at this
and have basicallly followed the manuals instructions with no avail. I
have a 10.3.7 X serve server, and am trying to use jsp files on a
website hosted on the server. I can see the Tomcat examples at
(http://localhost:9006/examples/jsp/index.html) but I can't see my jsp
files working on port 80 on my website. When I try to view them I get
the following error:
description The requested resource (/web/Login.jsp) is not available.
Apache Tomcat/4.1.29-LE-jdk14
------------------------------------------------------------------------
---------
This is when I access http://my.domain.com/web/Login.jsp which is
located at /Library/WebServer/mydomain/web/Login.jsp. Any suggestions
on how to go about enabling this? I'm not afraid to use the shell
although I'm no expert.