Hi, I am using Tomcat apache server for deploying jsp pages. I want to have a well defined folder structure to arrange the jsp pages according to the modules they belong to. I want to know how to do this so that the jsp pages can be accessed from a browser using a url like http://localhost:8080/application-name/index.jsp.
What is the difference between path and docBase items in the context tag in server.xml found under conf folder of tomcat installation folder. Also where to keep the web-inf folder. <Context path="" docBase="d:/application/jsp" debug="0"/> Thanks, Abdul =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com