> I set mod_jk to log level debug, and saw it was 
> telling apache "2No.Host.matches.server.name".

This simply means that Apache is accepting a request for one Virtual Host an 
that host is not configured in TC. This issue can be as trivial as not defining 
the actual hostname as a <Host> element in your TC server.xml

Read TC docs, pay attention to the <Host> tag. It is used to define as many 
virtual hosts as you like. The thing is, the virtual host in Apache, *which is 
going to forward requests to TC*, MUST exist in TC, as well.

It is as simple as that.

Nix.




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to