Hi there,
i just managed to setup tomcat running an jk ajp13 connector and apache with
mod_jk. now i have a very strange thing on my jsp page
the source says:
<h1>[TEST]<%= request.getHeader("Host") %>[/TEST]</h1>
when accessing tomcat through the http connector on port 8080 the output is:
<h1>[TEST]myhost:8080[/TEST]</h1>
when accessing tomcat through the ajp13 connector the output is:
<h1>[TEST]15" vspace="6"><b[/TEST]</h1>
uhm? i somehow need the host header and see no reason why this should not
work. i think my setup is correct since everything else is working like
intended.
any ideas?
thanks,
thomas
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>