Murat Balkan wrote:Hi,
I want to get that physical path dynamically so that if the path changes, i should not update the code.
Thanks,
Murat
You have two options
1> Use a realtive path inside the contextpath. You cannot go beyond root of your web/application server, with this approach
2> use absolute path.
Now you said, you want dynamic path , what's your logic about the dynamic path?