tomcat redirects to default page

2002-11-18 Thread neal
Tomcat autmatically redirects from the root url to the defualt page of the URL: www.myurl.com - www.myurl.com/index.jsp Does anyone know how to prevent it from doing this? I would rather that it show the default page but not redirect the url to www.myurl.com/index.jsp. Is this possible?

Re: tomcat redirects to default page

2002-11-18 Thread Carsten Ziegert
Neal, I suppose index.jsp *is* the default page. Welcome pages are defined in conf/web.xml: welcome-file-list welcome-fileindex.html/welcome-file welcome-fileindex.htm/welcome-file welcome-fileindex.jsp/welcome-file /welcome-file-list But

RE: tomcat redirects to default page

2002-11-18 Thread neal
expectation. Any thoughts? Thanks! Neal -Original Message- From: Carsten Ziegert [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 2:40 AM To: Tomcat Users List Subject: Re: tomcat redirects to default page Neal, I suppose index.jsp *is* the default page. Welcome pages