Trying to set up a .war file (using tomcat 7) on a VPS and all is working fine if I use:
http://111.111.111.111:8080/MyProject/blog.jsp
But if I go to the one below I get stuck on the UserServlet I've made:
http://111.111.111.111.com/blog.jsp
I had a feeling this was a context.xml or server.xml problem that just needed to be changed but I can't spot anything there that could be causing this.
Edit - So I think I need to change the server.xml file. But my VPS won't give me the permission to edit this file. Anyone know how to get around this?