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)?
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)?