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
- Re: Is there a way to get the "docBase" prop... Rick Mann
- Re: Is there a way to get the "docBase"... Craig R. McClanahan
- Re: Is there a way to get the "docBase"... Craig R. McClanahan
- Re: Is there a way to get the "docBase"... Rick Mann
- Re: Is there a way to get the "docBase"... Craig R. McClanahan
