Tag Archives: http

Login Example: JSP and Servlets: Part II.

Hello Friends,

The Login application tutorial continues here in part II. Check Part I here.

Step 4) Now, we need to create a Servlet file for the redirection of the jsp pages. In the src folder under the package come2niks, add the Servlet file and name it as LoginServlet. As discussed earlier this servlet file will get the user details from the Bean file and then it will create a Session for that user only if the user is a valid user. And accordingly it will redirect to the respective jsp pages. You can use the default code which Eclipse generates while Servlet creation, the only change you need to do is in doGet() method.

Check whether Http Apache Server is working after Installation.

Hello Friends,

 

In my previous article, we have seen how to install the Apache Server. Now, after installation we can confirm that whether the installation was a successful one or not, because many times even after successful installation the server doesnot starts or it doesn’t work. So lets check the it before using it with any script.

Http Apache Installation on Windows-XP/7.

Hello Friends,

This is one of my tutorials for installing the Http Apache server on windows environment. The http apache server is mostly used for developments of web based platforms or scripting languages. The few of the languages that uses Apache are Perl, Python, Tcl, and PHP. Most of the World Wide Web now a days depends on Apache and with very few web sites have faced issues using the server. Since April 1996 Apache has been the most popular HTTP server software in use. As of MArch 2011 Apache served over 59.13% of all websites and more than 66.62% of the million busiest, now this itself defines apache :) .

HTTP Apache Error: make_sock: could not bind to address 0.0.0.0:80

Hello Friends,

This is one of my tutorials regarding the HTTP Apache server. Most of you may have faced the problem such as “make_sock: could not bind to address 0.0.0.0:80” while installing HTTP Apache Server.