Hi -
Tomcat doesn't write out the file unless you modify server.xml to include Listener elements, one for each Server you have defined, and one for each Host you have defined.
More info in my HOWTOs: http://www.johnturner.com/howto (search for Listener), and there is an example of the generated file here (at the time I used 4.0.4): http://www.johnturner.com/howto/mod_jk_conf.html
Also, the file is not called tomcat-apache.conf, but mod_jk.conf.
That said, there's no requirement that you generate it automatically. You can manually create the file, no problem, but you should know that the file in CATALINA_HOME/conf/auto will be overwritten any time Tomcat is started, so if you make manual edits, you will want to move the file to some other location (I like APACHE_HOME/conf/mod_jk.conf) to protect your changes.
John
On Mon, 16 Jun 2003 02:36:44 -0700, Thomas, Kevin <[EMAIL PROTECTED]> wrote:
Hi there,
New to the list, but with a hopefully simple question to answer.
I'm currently trying to integrate Apache 1.3.6 and Tomcat 4.0.6 on a Solaris
Unix box and have been following the instructions in the usual howto's on
the jakarta site. However, there are several references to the automatically
generated "tomcat-apache.conf" file. According to the instructions this
should appear in the $CATALINA_HOME/conf directory...unfortunately in my
case, it isn't.
Tomcat is up and running in standalone mode with no problems, however the
.conf file is not being produced. There wasn't a $CATALINA_HOME/conf/auto
directory (that I saw being referred to in one message) so I created on in
the hope that Tomcat would write out to it, but no luck this way either.
Can anyone shed any light on why the tomcat-apache.conf file would not be produced even although Tomcat is running fine.
Regards, Kev __________________
Kevin Thomas Technical Analyst Technical Authority, Deregulated Applications
Utilities Group, SAIC Ltd. 5 Redwood Place Peel Park East Kilbride G74 5PB Tel: 013558 45260 ( 708 5260 internal ) mailto: [EMAIL PROTECTED]
web: http://www.saic.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]