Location: http://www.jguru.com/faq/view.jsp?EID=779619 Created: Mar 3, 2002 Author: Alessandro A. Garbagnati (http://www.jguru.com/guru/viewbio.jsp?EID=32727) Question originally posed by Peter Burgstaller (http://www.jguru.com/guru/viewbio.jsp?EID=763476 Additional info: I’d like to organize my webapps in subdirectories of the tomcat/webapps/ directory. I have right now a setup like: /tomcat/webapps//application The problem that I have is that those applications are not started automatically upon tomcat startup. I do have the tags in my individual web.xml files but it doesn’t seem to do anything. Unfortunately, this structure can’t really work. Tomcat, in fact, consider all the subdirectories under the webapps directory as default contexts. In this case it considers all the directories as contexts and looks for the WEB-INF/web.xml for each of them. So, in your design, Tomcat considers the client’s directories (and not their subdirectories) as web app