How do you access second parameter of a servlet's web.xml file?
- by chustar
Say in my web.xml file, I define a servlet like so:
<url-pattern>/MyURL/*</url-pattern>
How do i access anything passed in the * in my servlet? I'm planning to use use this scheme for pretty(-ish) URLs.