Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Integrating Apache 2.2.4 with Tomcat 5.0.27 |
|
Author |
|
bmccaslin
Joined: 19 Feb 2007 Posts: 3 Location: Atlanta
|
Posted: Mon 19 Feb '07 22:05 Post subject: Integrating Apache 2.2.4 with Tomcat 5.0.27 |
|
|
Specifically, what I'm trying to do is setup the Tomcat auto-config for mod_jk.
I've loaded mod_jk.so into Apache no problem, and I've also added the Apache listener into the server.xml file for Tomcat, and the mod_jk.conf file was created.
The problem that I'm having is when I add the Include statement into the httpd.conf file. I get this error in the event viewer:
"The Apache service named reported the following error: >>> httpd.exe: Syntax error on line 508 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Include takes one argument, Name of the config file to be included."
Here is the Include statement:
Include D:/Program Files/Business Objects/Tomcat/conf/auto/mod_jk.conf
Suggestions / Advice?
Thanks in advance,
Brian |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 19 Feb '07 22:56 Post subject: |
|
|
If there are spaces in the folder names you need to use quotes. (")
Code: |
Include "D:/Program Files/Business Objects/Tomcat/conf/auto/mod_jk.conf"
|
|
|
Back to top |
|
bmccaslin
Joined: 19 Feb 2007 Posts: 3 Location: Atlanta
|
Posted: Mon 19 Feb '07 23:01 Post subject: |
|
|
Always the small stuff...
Thanks for the help, that worked. |
|
Back to top |
|
|
|
|
|
|