mod_jk.conf-auto suggests you are using a version of Tomcat 3.2.x. The generated files are not configurable in in 3.2.x. These are configurable in Tomcat 3.3.x, with slightly different defaults. The generated files for 3.3.x all default to being written to the "conf/auto" directory instead of into "conf". AFAIK, your choice is to upgrade to 3.3.x or patch 3.2.x source and build your own Tomcat 3.2.x.
Cheers, Larry > -----Original Message----- > From: Mike Davis [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 02, 2002 1:33 PM > To: [EMAIL PROTECTED] > Subject: how do I redirect the generated files? > > > We're trying to redirect the automatically generated files like > tomcat-apache.conf, obj.conf-auto, mod_jk.conf-auto, ... because we > don't have write permission to the /usr/local/tomcat/conf > directory. We > have successfully redirected the log files to /var/log by editing the > server.xml file. Can we direct all generated files to a > directory other > than /usr/local/tomcat/conf? > > Thanks, > Mike > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
