There is one limitation to using File. If you're deploying your app as a packed war, it's contents won't be accessible as a file. In that case, you would want to use ServletContext.getResource or getResourceAsStream. http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/ServletContext.html