Two files student.xml, jdomxmlparse.jsp
1. When putting Student.xml in the CLASSES below Web-INF
Document read_doc = builder.build (this.getclass (). GetResourceAsStream ("/ student.xml")))
2. When putting Student.xml below Web-INF
Document read_doc = builder.build (this.getclass (). GetResourceAsStream ("/../ student.xml");