On Mon, 22 Jul 2002, Mark Beecroft wrote:

> Date: Mon, 22 Jul 2002 15:44:01 +0100
> From: Mark Beecroft <[EMAIL PROTECTED]>
> To: Craig R. McClanahan <[EMAIL PROTECTED]>,
>      Tomcat Users List <[EMAIL PROTECTED]>
> Cc: "Cox, Charlie" <[EMAIL PROTECTED]>
> Subject: Re: filtering --> 2 servlets
>
> Craig,
>
> So to summarise: I should not use URLs such as http://www.domainname.com/
> unless they are intended to be diverted to a welcome file. If I do I'll
> create a lot more work for myself. Correct?
>

That's a good way to think about it.

The "/" mapping doesn't do a syntactic match against the URLs like other
patterns do -- it's only a special "magic" code that marks the mapping to
use when no other mapping matches.

> Thanks,
> Mark

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to