If you have the Apache setting "UseCanonicalName Off" (the default setting), then the Tomcat-host will be the value of the client's "Host" header. If you have the setting "UseCanonicalName On" (e.g. you don't want to upgrade to 1.3.27), then the value will be the configured value for the Apache vhost.
"Sven K�hler" <[EMAIL PROTECTED]> wrote in message news:apchi0$49p$1@;main.gmane.org... > hi, > > Tomcat does understand the concept of multiple host. > Normally, Tomcat would be the HTTP-Hostheader but i use mod_jk with > Apache and as i don't find any documentation about this point, i would > like to know, which hostname is trasmitted to Tomcat by mod_jk. > > I'm askin this question, because JkAutoMount must guess, which > Tomcat-host i mean, to get its Conexts. > Does mod_jk always use the value Apache's Servername directive? -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
