Check your include line in the httpd.conf file in apache. I think you have added an extra space in the name of the file. It should be: c:/program files/apache group/tomcat-4.0/conf/mod_jk.conf-auto not: c:/program files/apache group/tomcat-4.0/conf/mod_jk.conf -auto
-auto is part of the file name, not a command line flag. Travis > -----Original Message----- > From: Mike Kelley [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 16, 2001 3:55 PM > To: 'Tomcat Users List' > Subject: RE: Mod-jk conf question > > > That's my problem, > > When I try to restart/start apache I get the error ... > > "fopen: No such file or directory > Apache.exe: could not open document config file c:/program > files/apache > group/to > mcat-4.0/conf/mod_jk.conf -auto > Note the errors or messages above, and press the <ESC> key to exit. " > > > So I'm not getting the autobuild ... Without the build I > can't start apache > > > -----Original Message----- > From: Travis Schmid [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 16, 2001 4:49 PM > To: 'Tomcat Users List' > Subject: RE: Mod-jk conf question > > > Tomcat autogenerates that file. You need to start Tomcat > first, the Apache. > Travis > > > -----Original Message----- > > From: Mike Kelley [mailto:[EMAIL PROTECTED]] > > Sent: Friday, November 16, 2001 3:20 PM > > To: 'Tomcat Users List' > > Subject: Mod-jk conf question > > > > > > Since I can't get webapp to work on a W2K to tie apache to TC > > I'm trying to > > use Mod-JK ... > > > > > > Apache doesn't seem to auto-gen the conf/mod_jk.conf file. > > > > How do I accomplish this? > > > > OS: W2K > > TC: 4.0 > > Apache 1.3.22 > > > > > > > > -- > > 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]> > > -- > 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]>
