Hi, How do i call one servlet from another?In one servlet named RefServlet,I am getting the username and password and updating some fields in database if the username matches with the database.Then i need to call another servlet page (AutoServlet)which is refreshing automatically containing a logout button.