Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 54220 invoked from network); 4 Feb 2004 20:37:40 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Feb 2004 20:37:40 -0000 Received: (qmail 37829 invoked by uid 500); 4 Feb 2004 20:36:47 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 37812 invoked by uid 500); 4 Feb 2004 20:36:47 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 37781 invoked from network); 4 Feb 2004 20:36:47 -0000 Received: from unknown (HELO smtp2.Stanford.EDU) (171.67.16.116) by daedalus.apache.org with SMTP; 4 Feb 2004 20:36:47 -0000 Received: from daydream.Stanford.EDU (daydream.Stanford.EDU [171.65.60.156]) by smtp2.Stanford.EDU (8.12.10/8.12.10) with ESMTP id i14Kapb5022073; Wed, 4 Feb 2004 12:36:51 -0800 Date: Wed, 4 Feb 2004 11:21:36 -0800 (PST) From: Oscar Carrillo To: Tomcat Users List , Subject: Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16 In-Reply-To: <200402042123.50460.ralf@tapfere-schneiderleins.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I assume that's an Apache error your getting. If that's true, then that means it's not mapped to Tomcat. I don't know anything about the mod_jk2 syntax, which sounds like the problem. Do you do the proper include for the workers2.properties in httpd.conf, which I assume you need to do? Alternatively, if you've gotten it work in both HTTP and HTTPS, you can redirect HTTP to HTTPS. Then it works, but you don't have the option of having a separate webapp for HTTP. Good luck, Oscar On Wed, 4 Feb 2004, Ralf Schneider wrote: > Am Montag, 2. Februar 2004 22:40 schrieb Oscar Carrillo: > > The method I describe may not work w/ mod_jk2. Frankly, I don't know. But > > I did a search and found this site, which seems to show that you can > > define these things in workers2.properties > > > > http://www.pixelfreak.net/howto/apache2_jk2_tomcat/socket.html > > Hi Oscar, > > thanks for your help! I looked at this site and tried this in my > workers2.properties: > > [ajp13:localhost:8009] > channel=channel.socket:localhost:8009 > > [uri:/demo_02/*:443] > info=Map the whole webapp > worker=ajp13:localhost:8009 > > My intension was to map all requests to /demo_02 that come over HTTPS to the > tomcat project. > > Unfortunately, I get an error message saying: > > You don't have permission to access /demo_02 on this server. > Additionally, a 403 Forbidden error was encountered while trying to use an > ErrorDocument to handle the request. > > When I remove the port specification of the mapping it works, but with both > HTTP and HTTPS :-( > > Do you have any idea what might be the problem? > > Ralf. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org