Why we need absolute path and how I can set absolute path for css files which are included in my project.I am using spring mvc.The css files are in different folder which is inside web-inf folder in tomcat/webapp.Now i am using something like below
<link href="AllCSS/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
what should i need to do exactly?