> Does anyone know how to programatically find the root directory of the
> current web application?  I'm am trying to access a file that sits in the
> "default-web-app" directory within my servlet code. 

Will getServletContext().getRealPath( "/" ) work for you?
tim.


Reply via email to