nitingupta183 schrieb: > Hi all, > > I am trying to integrate Apache server with Tomcat using mod_jk. I am > folllowing the basic tutorials on this but still cant start the Apache > server when I configure httpd.conf to load the mod_jk module. It says "The > requested operation has faiked!". I am not able to log the problem either > and so I am clue less as what can be the problem. > > Platform Windows > Tomcat 5.5.25 > Apache Server 2.2.10 > mod_jk connector 1.2.27 > > Any help would be highly appreciated.
Where did you get the module from? Are you using the right module (e.g. the one for httpd 2.2.x and with the right word size (32Bit/64Bit))? Which Windows is it? In case you can start httpd, but the forwarding to Tomcat doesn't work: You need to provide - your httpd configuration (httpd.conf and every file included into it) - your JkWorkersFile (e.g. workers.properties) and if you use it the contents of any JkMountFile (e.g. uriworkermap.properties). - The URL you used to test your setup - the result you got when calling this URL, and the result you would have expected to get - the contents of the httpd error_log, access_log and mod_jk.log. Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]