spring MVC form action not adding project name
问题 I am working on sample spring MVC applicaiton. created My issue is in form i mapped action to some method , but after submitting form it removes the project name and request is just becomes like: localhost:8080/addUser rather than localhost:8080/myproject/addUser Required details : web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns