Hi Bill,

> I've got Tomcat installed (3.2.1 on Solaris x86), but I can't get past the
> docs for setting it up to work with Apache. The "Minimalistic User's
Guide"
> states that the tomcat-apache.conf file is created each time Tomcat
starts.
> This is true. But the Tomcat-Apache HOWTO suggests making customizations
to
> this file. Why would I do that if it's going to get overwritten every time
I
> start Tomcat?

Tomcat configuration is based on server.xml, which defines a lot of
things that have to be then defined, mirror-like, over in httpd.conf for
apache. So the easy way to get things working is to use the automatically
created file tomcat-apache.conf-auto.

However, this is not going to work for everyone. For example, my
apache modules are not found in the default location. So for me, I
need to use my own config file based on a renamed tomcat-apache.conf-auto.


> The HOWTO suggests using mod_jk instead of mod_jserv, and then
> goes on to use mod_jserv in all of it's configuration file examples. Which
> am I supposed to use?

The Howto you are talking about is not current. However, some people
stll need that jserv info.

 > And if I use mod_jk, how do I construct the config
> file, since the one Tomcat writes at startup is JServ-centric?

No, that's wrong. the conf-auto file output is for mod_jk.so.

For that
> matter, which config file am I supposed to be constructing, since the conf
> file gets overwritten at startup?
>
> I'm lost...

You need to follow the directions in the mod_jk howto. The directions
assume you know a little about both apache and tomcat standalone
configuration first before attempting to connect the two.

Regards,

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to