> -----Original Message-----
> From: José Euclides Silva Junior [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, August 08, 2006 11:24 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Trying to hide application(Java + 
> Apache) directory from browser address bar
> 
> Hi,
> i intend to hide the application root directory from the 
> browser address bar, 

You asked exactly the same question 7 days ago.
(http://marc.theaimsgroup.com/?l=apache-httpd-users&m=115455133008655&w=2).

Did you try any of the solutions offered? What did you not understand in the 
answers you got?

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 




> 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 must 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:
> <META HTTP-EQUIV="Refresh" CONTENT="0; 
> URL=http://www-pddataprev/deqs/";>
> 
> 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. 
>  
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to