Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 32853 invoked from network); 7 Sep 2005 15:47:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2005 15:47:54 -0000 Received: (qmail 10930 invoked by uid 500); 7 Sep 2005 15:47:33 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 10795 invoked by uid 500); 7 Sep 2005 15:47:33 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 10731 invoked by uid 99); 7 Sep 2005 15:47:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2005 08:47:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [64.179.71.227] (HELO roc-smtp5-sun.choiceone.net) (64.179.71.227) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 07 Sep 2005 08:47:44 -0700 Received: (qmail 10647 invoked from network); 7 Sep 2005 15:47:27 -0000 Received: from unknown (HELO ?192.5.4.154?) (64.179.52.211) by roc-smtp5-sun.choiceone.net with SMTP; 7 Sep 2005 15:47:27 -0000 Message-ID: <431F0C76.6050203@customcall.com> Date: Wed, 07 Sep 2005 10:51:18 -0500 From: Joe Plautz User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: JK Connector with IIS Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N We're are successfully using the JK connector between IIS 6.0 and Tomcat 5.0.28 to forward on requests. We starting to run into some configuration "issues" that I haven't seen any documentation for. I guess I don't truly know what is possible so I thought I would ask. Is there a way to configure the connector so that www.somewebsite.com can only redirect to a specific tomcat web application and have www.someotherwebsite.com only point to a different tomcat web application all together. It appears that once a web site on IIS is setup with the redirector filter it will pass through to what ever tomcat application is there. So, for example www.somewebsite.com/tomcatapp1 would pass on, but www.somewebsite.com/tomcatapp2 would not. Next, is it possible to setup the connector so www.somewebsite.com would go straight into an application. As an example, I could use www.somewebsite.com and not have to type in www.somewebsite.com/tomcatappcontext. Finally, IIS is where the SSL certificates are located. What I would like to do for some applications is force http traffic to https. In IIS I can shut down http access, but in some instances I don't want to do that and would like to redirect it into it. If I were to use a and set the redirect to the secure port on IIS would it redirect to IIS or would it choke? Thanks for any help, Joe Plautz --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org