I am using Jboss and Netbeans to create Spring MVC web application on windows. it runs on http://localhost/myapplication/
My project path is D:\Myapplication\
My JSP Views are in D:\Myapplication\web\jsp\
My Javascripts are in D:\Myapplication\web\js\
Controllers are in D:\Myapplication\web\src\java\controller\
I have created 1 controller which needs to create a HTML file at javascript location i.e. D:\Myapplication\web\js\
I am using Jquery.sheet to create a web spreadsheet. and I want to use this HTML to load the Jquery.sheet for this i just want that Relative URL of that HTML stored in JAVASCRIPT location.