Have you tried the following?

ServletContext sctx = getServletContext();
String contextBugPath = sctx.getRealPath(reqRef.getContextPath());

What do you get? Anything abnormal?


Pae

Reply via email to