Hello,

I wonder how it is possible to configure Tomcat so I can define a
context where I defined a docbase and use directories which are not
sub-tree of the docbase.

For example, let's assume I've install tomcat on c: and that I use the
context:

        <Context path="/admin" 
                 docBase="webapps/admin" 
                 crossContext="true"
                 debug="0" 
                 reloadable="true" 
                 trusted="true" > 
        </Context>

I want to use in my JSP or servlets a directory which is on the drive
d:, or not under $TOMCAT_HOME/webapps

Is it possible ?
If so how ?


Thanks for your help.

Stéphane

Reply via email to