Re: Welcome File Oddities in Tomcat 5.0.16

2003-12-19 Thread Tim Funk
4.1 did redirects for welcome files, 5 does forwards. So in 4.1, asking for http://myserver.mydomain.com:8080/myapplication/ would issue a redirect to http://myserver.mydomain.com:8080/myapplication/jsp/myLogin.jsp But in 5.0: http://myserver.mydomain.com:8080/myapplication/ is servered directly b

RE: Welcome File Oddities in Tomcat 5.0.16

2003-12-19 Thread Shapira, Yoav
as I don't have time to research the matter right now... Yoav Shapira Millennium ChemInformatics >-Original Message- >From: David Ramsey [mailto:[EMAIL PROTECTED] >Sent: Friday, December 19, 2003 1:48 PM >To: [EMAIL PROTECTED] >Subject: Welcome File Oddities in Tomcat

Welcome File Oddities in Tomcat 5.0.16

2003-12-19 Thread David Ramsey
In a webapp on which I work, we could specify a welcome file with the following syntax: jsp/myLogin.jsp This worked in Tomcat 4.x without problems. I yesterday installed Tomcat 5.0.16 and am unable to get this to work any longer. Reviewing the 2.4 servlet s