getRealPath() is returning the actual path in the local system, but returns null when deployed with a .war file.
getRealPath()
.war
<%@ page import="java.io.*" %> <%@ page contentType="text/html;charset=ISO-8859-1" %> <% int iLf = 10; char cLf = ...