am developing a spring mvc web application. in WEB-INF/context.xml am not mensioning any path.then how to get the context path into the jsp. If i have path="/abc" in context.xml then in jsp
gives context path in localhost as localhost:8080/abc but in my application we r not mensioning any path attribute in context.xml so how can i get localhost:8080 path