Hi, I looking for a solution to get realPath in my WS-Implementation like I can do it with a servlet: ServletContext context = getServletContext(); String realPath = context.getRealPath("");
Do someone have any Idea how I can solve this problem? Thanks Tomi