i wrote a one
jsp page application to see the effect of <el-ignored> DD tag...Actually the container(Apache
Tomcat 6) behave differently than what i expect and what i read
My web app is name 'show' and in the web-inf i placed the web.xml and mine.jsp, the problem is the container cannot recognize the url specified in <url-pattern> int the <jsp-property-group> and i get 404 response...but when i use either *.do or *.jsp in the <url-pattern> tag thigs works fine
is that a normal behavior???or what could be wrong???
The web app consist only of these two files to just monitor the <jsp-config> behavior
WEB-INF
|
|
|--------mine.jsp
|
|--------web.xml
web.xml
mine.jsp