Everything you've shown here looks correct. Can you access your
servlet if you comment out the servlet mapping in your web.xml file
and use the default URL-
http://localhost:8080/SG/servlet/passAuthen ?
(I'm assuming the name of your servlet class is actually passAuthen.)