I need to map the same servlet on two different url. I used netbeans 7.0.1 for managing my whole project, so I used its friendly interface to modify the web.xml file. What n
Tomcat container will support 3 url patterns:
/*
*.
/* is recommended for only one single framework
if you use multiple framework then recommended .*
.*