Hi, I solved the problem. Actually it was a silly mistake in the configuration. I was using a folder name with spaces and without putting it inside a double quote.
Now it is working fine. Regards, Nitin Rainer Jung-3 wrote: > > 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] > > > -- View this message in context: http://www.nabble.com/JK-Connector-problem-tp20813241p20827356.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]