First of all, saying that something does not work does not help in finding what is wrong.
Please read this
ItDoesntWorkIsUseless
You say that you are using JSF 2.0 and then in your web.xml you tell that you are using
servlet specification 2.0. But JSF 2.0 needs servlet specification 2.5.
Additionally you use
JSP altough the preferred way to code JSF 2.0 is Facelets and JSF 2.0 Facelets does not support JSP.
I do not know if this is the cause of your problem (it certainly is if you are using JSF 2.0 but I suspect that you are really using JSF 1 since your example looks like a JSF 1 example).