logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Integrating Apache 2.2.4 with Tomcat 5.0.27
Author
bmccaslin



Joined: 19 Feb 2007
Posts: 3
Location: Atlanta

PostPosted: Mon 19 Feb '07 22:05    Post subject: Integrating Apache 2.2.4 with Tomcat 5.0.27 Reply with quote

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: 7309
Location: Germany, Next to Hamburg

PostPosted: Mon 19 Feb '07 22:56    Post subject: Reply with quote

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

PostPosted: Mon 19 Feb '07 23:01    Post subject: Reply with quote

Always the small stuff... Embarassed

Thanks for the help, that worked.
Back to top


Reply to topic   Topic: Integrating Apache 2.2.4 with Tomcat 5.0.27 View previous topic :: View next topic
Post new topic   Forum Index -> Apache