Hi,
>       Context context = ((ServletContextFacade) conf.getServletContext()).
>               getRealContext();
..
 
conf.getServletContext().getRealPath("/my/path/to/the/config/file.xyz");

resolves names relative to your context. This is part of the servlet spec.

ciao,
 -hen


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to