You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chris Andreou <ch...@strllc.com> on 2001/05/04 19:15:04 UTC

Standalone Tomcat

My team is using Tomcat Standalone for the prototype development. Does
anybody know what changes should I do in tomcat inorder to recognize
subdirectories with jsp files. At the moment all the jsp are under the root
context. The context we are using is 
<Context path="/dgms" 
	                 docBase="webapps/dgms" 
	                 crossContext="false"
	                 debug="0" 
	                 reloadable="true" > 
        </Context>


Thanks in advance
Chris