> -----Original Message-----
> From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]]
>
> > host's mappings. That way we may use the single
> [uri:/*.jsp] that will
> > propagate trough each virtual host that has the 'inherit' flag set.
> >
> > Does it make sense to do something like that?
>
> I'm a little lost in the uriMap journey.. this is not a
> global mapping? this should work right now, only by putting a
> single [uri:/*.jsp] in wk2.p file.., this is what i called
> global mappings..
>
It is true if you don't have any vhosts defined (or particular one) in
wk2.p, but if you have one defined then only it's mappings will be used
for matching
So:
[uri:somehost]
[uri:/*.jsp]
If you only have a host definition, then nothing for somehost will be
mapped alowing you to have a virtual host and no mappings at all. Of
course you can use the [uri:somehost/*.jsp]. The 'otherhost' will be
mapped through default host cause it has no definition in the wk2.p.
We can make that 'reverse' meaning as default, but still need to be able
to separate the no-mapping cases.
MT.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>