This graphic depicts standard OC4J application and WAR file structure, as follows:
      WEB-INF/
         web.xml
         orion-web.xml
         classes/
            "package_name/"
               EmployeeServlet.class
         lib/
            myJar.jar
      add.jsp
      delete.jsp
      edit.jsp
      index.html
      ...