I'm not sure if this is your only problem, but I noticed two syntax issues.
What's up with the '!' in <IfModule !mod_jk.c>?  I don't think you want that in there.
If there are spaces in the path to the jk_module file, you need to put quotation marks 
around the path.  Hope that helps.

-----Original Message-----
From: Khadeeja Ismael [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 04, 2002 9:44 AM
To: [EMAIL PROTECTED]
Subject: mod_jk.conf


I'm stuck again!
This is the mod_jk.conf file generated in the with the 'auto' folder in 
tomcat's conf.
===================================================================
########## Auto generated on Tue Dec 03 22:38:15 GMT 2002##########

<IfModule !mod_jk.c>
  LoadModule jk_module C:/Program Files/Apache 
Group/Apache2/modules/mod_jk.dll
</IfModule>


<VirtualHost localhost>
    ServerName localhost

    JkMount /admin ajp13
    JkMount /admin/* ajp13

    JkMount /webdav ajp13
    JkMount /webdav/* ajp13

    JkMount /examples ajp13
    JkMount /examples/* ajp13

    JkMount /tomcat-docs ajp13
    JkMount /tomcat-docs/* ajp13

    JkMount /manager ajp13
    JkMount /manager/* ajp13
</VirtualHost>
====================================================================
When I add the line
Include "C:/Program Files/tomcat/conf/auto/mod_jk.conf"
to the httpd file in apache, apache wouldn't start. it gives the error 
message "the requested operation has failed".
Can somebody please help me.

Thanking in advance,
Hajja


_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to