Hi,

I came a piece of code which looks like this:

File t = (File)pageContext.getServletContext().
      getAttribute("javax.servlet.context.tempdir");

String path = new String(t.getAbsolutePath());

What other static constants can I pass into the
getAttribute method ? I'm especially interested to
know if there's anything that points to the /web-inf
directory of my webapp ?

Thanks

Gavin

___________________________________________________________________________
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.

Reply via email to