Server root

The following (using JSDK 2.1) and jigsaw call returns ...

doGet(...)
{
 .getServletContext().getRealPath("/");
}

returns the String "/", instead of "/etc/jigsaw/install/whatever/".

Is this a bug in the JSDK or jigsaw ? Isn't this supposed to give me
the root install directory ? I'm wondering if there's a better way
to get the real root path of my jigsaw installation.

Augusto

Received on Monday, 12 July 1999 14:59:35 UTC