I am not familiar with mod_jk, but I just wrote a rewrite rule to forward all .jsp requests to Tomcat, and let Apache handle the rest. RewriteEngine on RewriteRule ^/(.+).jsp http://192.168.11.203:80$0 [P] Just replace the IP and port number with your values, and you should be good to go. All jsp pages will be passed to Tomcat, but Apache will handle everything else. Albert Whale wrote: > Has anyone gotten mod_jk working for Apache 1.3 and Tomcat 5.5.9? > > I would like to see which tools are working. I am attempting to proxy a > webaddress and send it to the Tomcat version of the Web Page and cannot > get RewriteRule for mod_proxy working. > > Best regards, > -- Josh Cheney joshc@xxxxxxxxxxxxx Netsville, Inc. http://www.netsville.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx