I have just installed
tomcat to work with IIS.
If I go to the server that I just installed this on and view (through IE) one of the example
jsp pages that came with tomcat, I see the 'source' for jsp and the html. I don't see a nice web page.
Secondly, if I go to another computer and enter the IP address followed by the path to this same example, i get a 404 file not found.
In my isapi.log I am seeing an error message that reads as follows:
/tomcat/webapps/examples//jsp/num/numguess.jps is not a
servlet url.
check is /tomcat/webapps/examples/jsp/num/numguess.jsp points to the web-inf directory.
Any suggestions on solving this one?