Is there a Servlet spec-compliant way to get the webapp's directory's path
programmatically, from within a servlet? Something like calling
ServletConfig.getInitParameter("docBase"), but something that's standard,
and that does not require me to specify the path explicitly in a
configuration file?

TIA,

Rick

Reply via email to