these files are used when you use mod_jserv as the connector between tomcat
and apache. they are not at all used if you are using mod_jk.
Now since the tomcat_apache.conf is always recreated ..You need to copy this
to tomcat.conf and make your modification in it as per the docs and include
this in to your httpd.conf
Sudheesh
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 15, 2000 4:47 PM
To: [EMAIL PROTECTED]
Subject: tomcat_apache.conf & tomcat.conf
Hi,
I started using tomcat with Apache recently. I am confused by tomcat.conf
and
tomcat_apache.conf. According to the User's Guide, tomcat_apache.conf is
automatically generated by tomcat. So I will have to:
1) include tomcat_apache.conf at the end of Apache's httpd.conf.
2) start tomcat first, so that tomcat_apache.conf can be generated.
However, on another section of the User's Guide named "Making Apache Serve
your
Context's Static Files", I'm instructed to add something to the tomcat.conf
so
that tomcat will leave static files for Apache to process.
So my questions:
How are tomcat.conf and tomcat_apache.conf used by tomcat? Especially,
in
what order does tomcat read these two files?
Can somebody help me out, please?
Ma, Yanbin