Basic directory structure of our application, which uses i2 technologies tradematrix storefront. It is a customized version of their Intelligent Selling Solution product. None of the JSP's interact directly with the database, but through the java api use a data and engine server to read/write to the database. JSP's are run using JRun. Applications //root directory of app | |--JSP Directories | | | |--directory1 | | | | | |--page1.jsp | | | | | |--page2.jsp | | | |--directory2 | | | | | |--page3.jsp | | | |--WEB-INF | | | |--classes //directory is empty | | | |--lib //directory is empty | | | |--jsp //JRun compiles and runs all jsp's from this directory | | | |--web.xml | |--ReFServer | |--override | |--com/packages/javafiles.class