BeasC wrote:
My intent is to have an Apache + JK + Tomcat server that uses apache only to
service static web content and and sends all dynamic content to Tomcat (so
that it handles all the JSP). I downloaded and installed Apache 2.2, Tomcat
6.0, and J2SE 1.5 (Becuase j2se 1.6 was buggy and giv
> From: BeasC [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat is not rendering JSP content on Port 80
>
> My intent is to have an Apache + JK + Tomcat server that uses
> apache only to service static web content and and sends all
> dynamic content to Tomcat (so that it h
My intent is to have an Apache + JK + Tomcat server that uses apache only to
service static web content and and sends all dynamic content to Tomcat (so
that it handles all the JSP). I downloaded and installed Apache 2.2, Tomcat
6.0, and J2SE 1.5 (Becuase j2se 1.6 was buggy and giving problems).
The effect you are observing is because you have configured your setup
to have the jsp files in the path of the document root for apache.
Apache knows nothing about jsp files so it is just returning the source
to you.
You have not specified O/S, JVM or Apache or Tomcat version.
You might like