Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to eliminate /index.jsp in browser URL display?

Status
Not open for further replies.

jvj24601

Programmer
Feb 7, 2003
1
US
In my (and most) Apache configurations for static *.html files, the welcome page of a directory (or site index page) is not automatically rewritten in the URL display of the browser.


In my default installation of Tomcat 4.0.2, the URL display of the browser is automatically rewritten to include the welcome page (using the default - index.jsp). That is, these URLs


are displayed in the browser as


Is there any way to suppress the URL rewrite in Tomcat? If so, are there any ramifications (perhaps with the request object)?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top