Its best to just show what I'm trying to achieve. This isn't meant to be functional, just describe the problem.
Here's what my tomcat web app currently accepts...
/.../mywebapp/doSomething.jsp?id=somenumber.
I want it to look like
/.../mywebapp/somenumber
What is this concept called, and does anyone have a good resource on it ? I'd like to use pure java as much as possible, and avoid the use of apache-specific or 3rd party resources.