I can't speak to your exact error, but these are the lines from one of our mid-tier servers which is apache+tomcat using mod_jk for both Mid-Tier and RKM + other non-ars apps.
httpd.conf ----------------- LoadModule jk_module modules/mod_jk.so JkWorkersFile D:\Remedy\Tomcat\conf\worker.properties JkLogFile D:\Logs\Apache\mod_jk.log JkLogLevel debug JkMount /arsys worker1 JkMount /arsys/* worker1 JkMount /rkm worker1 JkMount /rkm/* worker1 worker.properties ------------------------ worker.list=worker1 worker.worker1.port=8119 worker.worker1.host=localhost worker.worker1.type=ajp13 server.xml ----------------- <Connector port="8119" URIEncoding="UTF-8" enableLookups="false" redirectPort="8443" protocol="AJP/1.3" /> hth, tony -- Tony Worthington [EMAIL PROTECTED] 262-703-5911 ARS Bob <[EMAIL PROTECTED]> Sent by: "Action Request System discussion list(ARSList)" <[email protected]> 08/06/2007 01:30 PM Please respond to [email protected] To [email protected] cc Subject apache to tomcat connector not working ** Apache 2.0.59 Tomcat 5.5 Windows Server 2003 Standard Edition SP1 ARS 7.0.1 I followed all the instructions on how to set up the JK connector to have Apache passthrough to Tomcat, but when I try to access mid-tier, I get a 404 and the following is found in the mod_jk.log file: [Mon Aug 06 14:25:57 2007] [5504:3656] [debug] jk_uri_worker_map.c (589): Attempting to map URI '/arsys' from 0 maps Mid-Tier works when I use port 8080, and the connector fails for non-midtier webpages sitting in the Tomcat root folder as well, so the problem appears to be connector-specific and independent of Remedy or Mid Tier. __20060125_______________________This posting was submitted with HTML in it___ CONFIDENTIALITY NOTICE: This is a transmission from Kohl's Department Stores, Inc. and may contain information which is confidential and proprietary. If you are not the addressee, any disclosure, copying or distribution or use of the contents of this message is expressly prohibited. If you have received this transmission in error, please destroy it and notify us immediately at 262-703-7000. CAUTION: Internet and e-mail communications are Kohl's property and Kohl's reserves the right to retrieve and read any message created, sent and received. Kohl's reserves the right to monitor messages to or from authorized Kohl's Associates at any time without any further consent. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

