I'm running into a problem where whenever I Run As my project on a server, it gives me a HTTP Status 404 Error whenever I try to redirect into my jsp page. It states the requested resource is not available despite the servlet file being present. The problem is, the servlet and jsp files a group mate worked on works when I run as a server, it only does not work when I try to redirect into my files. It's also worth mentioning that when my group mate runs as a server on his end, my servlet and jsp files work so I don't think this is a server issue. I've looked around stackoverflow and I've already cleaned my server, changed the server location to use tomcat installation, and I changed the server properties' location to tomcat 7.0.
Also, when I try to make any changes onto my group mates' servlet files, it doesn't do anything even if it shouldn't compile in the first place.
Attached is an image of going through our project, when I click on Questions or Alerts, it works but when I click on Reservations, it gives me an error.
How should I go about fixing this? Thank you in advance!
EDIT: Image of XML, directory of files, and console server info
EDITEDIT: Servlet