This is a discussion on Path Problems within the Windows Web Servers forums, part of the Web Server and Related Forums category; Hi all, I am trying to make tomcat work with apache. In the Apache httpd.conf I have the following: (...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
I am trying to make tomcat work with apache. In the Apache httpd.conf I have the following: (w/o quotes) "Include C:/jakarta-tomcat-3.3.1/conf/jserv/tomcat_apache.conf" Trying to run Apache I get the following: fopen: No such file or directory Apache.exe: could not open document config file c:/jakarta-tomcat-3.3.1/conf/jserv/tomcat_apache.conf Meanwhile plain as day "tomcat_apache.conf" sits in the "c:/jakarta-tomcat-3.3.1/conf/jserv" directory! I have tried other paths as well, including putting "tomcat_apache.conf" into apache's own conf folder. The same error results. I suppose I don't understand Apache's approach to paths. Any clues? thanx Russ Kinter |