Re: Tomcat treating a directory as a file

2007-05-06 Thread Bill Barker
"Leonard Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > To all, > > I'm running Tomcat 5.5 on linux and I'm running into a problem with > URLs. I have a directory in my webapp called "help" with an index.html > in that directory. If I goto the URL http://foo.bar/help I get a

Re: Tomcat treating a directory as a file

2007-05-06 Thread Martin Gainty
: "Tomcat Users List" ; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Sunday, May 06, 2007 1:16 PM Subject: Re: Tomcat treating a directory as a file Martin, The difference between the two URLs is the trailing "/" character. With Apache httpd I can specify the U

Re: Tomcat treating a directory as a file

2007-05-06 Thread Leonard Smith
uot;Leonard Smith" <[EMAIL PROTECTED]> To: Sent: Sunday, May 06, 2007 12:03 PM Subject: Tomcat treating a directory as a file > To all, > > I'm running Tomcat 5.5 on linux and I'm running into a problem with > URLs. I have a directory in my webapp called "help

Re: Tomcat treating a directory as a file

2007-05-06 Thread Martin Gainty
Smith" <[EMAIL PROTECTED]> To: Sent: Sunday, May 06, 2007 12:03 PM Subject: Tomcat treating a directory as a file To all, I'm running Tomcat 5.5 on linux and I'm running into a problem with URLs. I have a directory in my webapp called "help" with an index.html in th

Tomcat treating a directory as a file

2007-05-06 Thread Leonard Smith
To all, I'm running Tomcat 5.5 on linux and I'm running into a problem with URLs. I have a directory in my webapp called "help" with an index.html in that directory. If I goto the URL http://foo.bar/help I get a 404 and the index.html is not loaded. However if I goto the URL http://foo.bar/help/