hi!
i'm trying to create a servlet mapping that maps everything to one servlet - but i want it to leave anything alone that already exists.
at the moment i'm using a <url-pattern> of /* but this even takes over things like index.html. i tried using /. but that didn't work either.
so i want the rule that if the file exists then serve it, otherwise run my servlet.
Thanks
i'm trying to create a servlet mapping that maps everything to one servlet - but i want it to leave anything alone that already exists.
at the moment i'm using a <url-pattern> of /* but this even takes over things like index.html. i tried using /. but that didn't work either.
so i want the rule that if the file exists then serve it, otherwise run my servlet.
Thanks