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

Reply via email to