I have one jsp file which inserts data in a database. Currently I have coded like the database file is available in c:\. I mean I have given a path to c:\ in code. But I want to save that in my application folder.
So In jsp Did any one knows the syntax to open the file in the same folder. (Like in javascript we use to give ..double dot to open the file from partent directory like that}