Friday, December 12, 2014

getContextPath() vs getRealPath("/")

String filePath = request.getSession().getServletContext().getContextPath(); --- application rool

String fontPath = request.getSession().getServletContext().getRealPath("/");--- webcontent folder

No comments:

Post a Comment