Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 41266 invoked from network); 23 Mar 2007 13:33:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Mar 2007 13:33:00 -0000 Received: (qmail 97911 invoked by uid 500); 23 Mar 2007 13:32:54 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 97903 invoked by uid 500); 23 Mar 2007 13:32:54 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 97892 invoked by uid 99); 23 Mar 2007 13:32:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 06:32:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [205.178.146.58] (HELO omr8.networksolutionsemail.com) (205.178.146.58) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 06:32:42 -0700 Received: from mail.networksolutionsemail.com (ns-omr8.mgt.netsol.com [10.49.6.71]) by omr8.networksolutionsemail.com (8.13.6/8.13.6) with SMTP id l2NDWKam024318 for ; Fri, 23 Mar 2007 09:32:20 -0400 Received: (qmail 16841 invoked by uid 78); 23 Mar 2007 13:32:20 -0000 Received: from unknown (HELO ?194.16.84.195?) (dan@etanoil.com@194.16.84.195) by ns-omr8.lb.hosting.dc2.netsol.com with SMTP; 23 Mar 2007 13:32:20 -0000 Message-ID: <4603F6A9.5080309@etanoil.com> Date: Fri, 23 Mar 2007 16:47:53 +0100 From: ETANOIL User-Agent: Thunderbird 1.5.0.9 (X11/20070102) MIME-Version: 1.0 To: Apache_User Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Apache 2.2 together with OC4J standalone application server The following module in Apache httpd.conf " ProxyRequests Off ProxyPreserveHost On ProxyPass / http://localhost:8888/ ProxyPassReverse / http://localhost:8888/ " results in displaying the default 'Welcome to Oracle Containers for J2EE...' either from my localhost or from the outside world. However if I deploy a simple web application (webapp1) with an index.html page to the standalone OC4J and change the mod_proxy.c module like this, " ProxyRequests Off ProxyPreserveHost On ProxyPass / http://localhost:8888/Application1-Project1-context-root ProxyPassReverse / http://localhost:8888/Application1-Project1-context-root " the webapp1 can be seen on my localhost but *not* from the outside world. -- --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org