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");
y
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
2 matches
Mail list logo