Ask Question Asked 7 years, 3 months ago. Let's see the directory structure that must be followed to create the servlet. directory structure in tomcat. Tomcat server is a free open source web application server, which belongs to lightweight application server. The Sun Microsystem defines a unique standard to be followed by all the server vendors. The resulting structure should look something like below: Both your webapp and your EJB jars will be within this new structure, at the same level. For the video specification (Book B), this defines a common set of files that must be present on all DVD discs. Tomcat web-app Directory/Folder Structure Explanation Webapp's Directory Structure. It is necessary to understand the Tomcat directory structure. It is widely used in small and medium-sized systems and where there are not many concurrent users. It is the first choice for developing and debugging JSP programs. directory structure In computing, a directory structure is the way an operating system's file system and its files are displayed to the user. – f_puras Aug 30 '12 at 8:02. add a comment | 2 Answers active oldest votes. can someone show me the proper directory structure for this ? ; conf: global configuration applicable to all the webapps.The default installation provides: One Policy File: catalina.policy for specifying security policy. hi !! When deployed, the OP's settings sound sensible. directory. To deploy your web app together with your EJBs, you need to create an "EAR" structure. The directory structure defines that where to put the different types of files so that web container may get the information and respond to the client.. Thanks. tomcat documentation: Tomcat(x) Directories Structures. This modified text is an extract of the original Stack Overflow Documentation created by following contributors and released under CC BY-SA 3.0 Files are typically displayed in a Hierarchical tree structure. You may jar up your EJBs, or you may explode their structure, it's up to you. directory structure […] 0. The directory structure of a webapp is as follows: "ContextRoot": contains the resources that are visible and accessible by the web clients, such as HTML, CSS, Scripts and images. 1)Create a directory structures. Directory Structure Tomcat installation provides these directories: bin: for Tomcat's binaries and startup scripts. ... Oh, right! Re: tomcat directory structure 843841 Jan 2, 2007 6:27 PM ( in response to 843841 ) The WEB-INF folder has to directly under the web application root directory. I was thinking of the directory structure in an Eclipse project. Components include… (1) i read somewhere that, if the directory structure within C:\tomcat\webapps is the correct format, then , u don't need to use ANT to deploy the appliaction, u just copy the .java files in the correct location, and when u start tomcat, it will compile the code, etc.