04.06.2017 Views

servlets_tutorial

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Java Servlets<br />

public void doPost(HttpServletRequest request,<br />

HttpServletResponse response)<br />

throws ServletException, IOException {<br />

doGet(request, response);<br />

}<br />

}<br />

Now calling the above servlet would display the following result:<br />

HTTP Status 407 - Need authentication!!!<br />

type Status report<br />

messageNeed authentication!!!<br />

descriptionThe client must first authenticate itself with the proxy (Need<br />

authentication!!!).<br />

Apache Tomcat/5.5.29<br />

40

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!