Relative file path

2001-06-27 Thread Julia Kuznetsov
Is there a way to use relative file path (ex. examples/docs/test.xml) when accessing(reading etc.) it from servlet rather then absolute (ex. D:\smthg\app\docs\test.xml) path. Ex. : I have web app examples that mapped to d:\smthg\app. My file test.xml is in d:\smthg\app\docs

Re: Relative file path

2001-06-27 Thread Bo Xu
Julia Kuznetsov wrote: Is there a way to use relative file path (ex. examples/docs/test.xml) when accessing(reading etc.) it from servlet rather then absolute (ex. D:\smthg\app\docs\test.xml) path. Ex. : I have web app examples that mapped to d:\smthg\app. My file test.xml