On 12/6/06, Venkata Phani Kumar <[EMAIL PROTECTED]> wrote:
Hi, You can get any resource path wich is under context path using ServeletContext.getRealPath(). The usage of this method is here, String iniFilePath = request.getSession().getServletContext().getRealPath("test.ini"); you can use the 'iniFilePath' to instatiate FileOutStream, and do what ever you want.
that helps a lot Thanks and appreciate that! :)