>>Tomcat 6.0 supports version 2.5 of the servlet spec, whereas Tocmat 5.5
uses 2.4; the 2.5 spec includes resource >>annotations, whereas 2.4 doesn't.
You didn't bother to specify a spec version in your web.xml.
Do you suggest I put the 2.4 servlet spec version in web.xml?
>>so Tomcat chose the
Hi,
I am new to web development. We have a servlet for which both Basic
Authentication and SSL has to be enabled. We are using tomcat 6 to host our
web application. I would like to know how do we configure the same
application to enable both authentication. Say, if the users access the
applica