Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Java in General and the fly likes url hiding - not that html frame stuff Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "url hiding - not that html frame stuff" Watch "url hiding - not that html frame stuff" New topic
Author

url hiding - not that html frame stuff

James Sivakumar
Greenhorn

Joined: Nov 16, 2000
Posts: 21
Hi all,
Can anybody solve my problem ...
How to hide the Real address of the page ??
i.e. When ever I visit my site I don't want my full url(Including the page name) to be displayed
like www.xname.com/1.jsp , instead I would like to display only the main url like www.xname.com.This task is possible using frames in html.Is there any other option available for this ?
-Shiva.
Sean MacLean
author
Ranch Hand

Joined: Nov 07, 2000
Posts: 621
If your simply refering to the main (home) page for your site then you simply have to configure your server to recognise the 1.jsp as the default index. Beyond that you'd have to do every proceding page within a frame (of this main page) using some sort of controlling object such that the user never really leaves this 'main' page. That one suggestion anyway.

Sean
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: url hiding - not that html frame stuff
 
Similar Threads
Passed SCWCD with 79%
Driver name for mysql
IIS +Tomcat for some reason the query strings are stripped???
Connect jsp & mySQL Remotely
can i do this ?