Your task is to develop a web-based system that will allow people to retrieve posted messages and to post new messages.
To retrieve all posted messages, the user would visit the URN "ALLMESSAGES" or "ALLMESSAGES.html".
To post a new message the user would visit the URN "NEWMESSAGES" or "NEWMESSAGES.html" where the user could enter the text and submit a message.
Please make sure that you use servlets. You are free to choose any servlet container but Tomcat and Glassfish may be the best solutions.