Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 37155 invoked from network); 9 Aug 2006 16:51:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Aug 2006 16:51:30 -0000 Received: (qmail 64679 invoked by uid 500); 9 Aug 2006 16:51:21 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 64657 invoked by uid 500); 9 Aug 2006 16:51:20 -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 64646 invoked by uid 99); 9 Aug 2006 16:51:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 09:51:20 -0700 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of soprobr@gmail.com designates 64.233.166.179 as permitted sender) Received: from [64.233.166.179] (HELO py-out-1112.google.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 09:51:19 -0700 Received: by py-out-1112.google.com with SMTP id 57so585402pya for ; Wed, 09 Aug 2006 09:50:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nU5Z+4QKsQzZsUirdWaC/9zzpXdeu+lc9z4aecPzxo5QPt1TyMyrVk3ZI0/w/Hjk+bW0XLqggVMY8Lu2/4iix1SsXcRMi9gpEl2WZpLXLCtwbeUwb9pO2LSV41QAIJeSbkO9SOuP0Mi6yXyLUzgwKhHP1mrXaLzgbcc4ecnPKfo= Received: by 10.35.51.13 with SMTP id d13mr1934214pyk; Wed, 09 Aug 2006 09:50:57 -0700 (PDT) Received: by 10.35.21.12 with HTTP; Wed, 9 Aug 2006 09:50:57 -0700 (PDT) Message-ID: <532f9b920608090950h899ad03u5595eeb2e9c23905@mail.gmail.com> Date: Wed, 9 Aug 2006 13:50:57 -0300 From: SOPRO To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Re: Trying to hide application(Java + Apache) directory from browser address bar X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jos=E9, At first, you must discover in which port your OC4J is running and then, what's the nome of the context of your application. Hint: Try to access the application directly one the OC4J. Fabricio. 2006/8/9, Jos=E9 Euclides Silva Junior : > > I had tried it: the browser showed - 403 Error Forbidden > Any hint? > > > 2006/8/8, Jos=E9 Euclides Silva Junior : > > > > > > > > Hi, > > i intend to hide the application root directory from the browser addres= s > bar, as you can see at these steps example: > > 1) Http request: www.xxxx.com > > 2) Apache runs some module that would redirects(or proxy) the resource = to > something like www.xxxx.com/somedir/ (J2ee aplication - same server) > > 3) So, Apache returns the right thing but the browser's address bar mus= t > show www.xxxx.com only, without the application directory. > > Both Apache and OC4J lives at the same server(IP address)! > > > > I ve tried to do the following: > > > > ServerName www-pddataprev > > DocumentRoot > /u01/app/oracle/product/oracle10g/Apache/Apache/htdocs/pddataprev > > > > There is an index.html file in the pddataprev directory which redirects= to > Java environment directory(deqs), as you can see below: > > > > > > > > But, i got a failure because the browser shows the app directory; > http://www-pddataprev/deqs/ > > > > Is there a way to hide "deqs" from the browser address bar? > > > > Thanks in advance, Euclides. > > > > > > --------------------------------------------------------------------- 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