I access my Spring application right now as follows:
http://localhost:8080/my-app
In my JSPs I'd like to have access to my application root instead of hardcoding hyperlinks to the homepage as <a href="/my-app">
. Is there some sort of variable that I can access in my jsps to point to the application root? Thanks