Try this in your html form:
<form action="http://localhost:8080/servlets-exmples/GreetingServlet" method="post">
If this doesn't work, write <servlet> and <servlet-mapping> entries in your servlets-examples\WEB-INF\web.xml file. Then, restart the server. And please tell the result.