http://localhost:8080/guestbook/servlet/getMessages can query the database
/ servlet/getMessages is the URL of GetMessagesServlet. Query database function defined in doGet () in GetMessagesServlet. Why do you execute doGet () when you connect to this Servlet?