On 08.04.2009 20:39, André Warnier wrote:
> Jordan Michaels wrote:
>>  > Another possibility is having a single source for your host setup,
>> with some kind of script/program to generate both the httpd and Tomcat
>> config files from that.  (That could turn out to be a marketable
>> product.)
>>  >
>>
> The organisation of the Tomcat documentation is sometimes a bit
> confusing.  Here is an example :
> I do not know if this relates to what you are looking for, but it may be
> worth looking at anyway :
> http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html
> and have a look at the section
> Using Tomcat auto-configure

Unfortunately this time you found one of the dark parts of mod_jk. Don't
use auto-config. It mostly produces garbage.

But: why do you plan to use different Hosts in Tomcat at all? Unless you
need to set Host based settings for different webapps to different
values or you want to deploy different webapps under the same name, you
can put all webapps into the default Host.

Or do you use multiple ROOT contexts?

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to