java.io.FileNotFoundException when file is in folder
问题 I have created project using JF 2.0. When I run project, I can execute file xyz.xhtml by saying http://localhost:8080/myProject/faces/xyz.xhtml However when I put the same in in folder xyz and try to execute as http://localhost:8080/myProject/faces/xyz/xyz.xhtml I get exception as java.io.FileNotFoundException . First few lines of stacktrace are java.io.FileNotFoundException at org.apache.naming.resources.DirContextURLConnection.getInputStream(DirContextURLConnection.java:403) at com.sun