I can get Tomcat to render JSP content if I try to (for example) access the JSP installation examples using http://localhost:8080/examples/jsp But when I try to try http://localhost/examples/jsp I get nothing but the raw html code of the page (of a specific example). I have an Apache - Tomcat server, and Apache is listening on port 80 (Which is the default port used when accessing the server using its IP address. Tomcat has the following code lines in its server.xml file, that I think might serve as reference point to what I'm talking about:
<Server port="8005" shutdown="SHUTDOWN"> and <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" /> Any help would be greatly appreciated. -Carl -- View this message in context: http://www.nabble.com/Tomcat-is-not-rendering-JSP-content-on-Port-80-tp16817685p16817685.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]