>>><Host name="www.domain.com" debug="0" appBase="/home/team"
>>>>unpackWARs="true">
>>>>            <Context path=""
>>>>                 docBase="/home/team"

>>Do you really want the Host appBase to be the same as the context docBase?

Yeah this was a bad idea, and on my list to go back and change. 


>>>>>                   <Resources
>>>>>className="org.apache.naming.resources.FileDirContext"
>>>>allowLinking="true"

>>At one I point I thought this was no longer needed in tomcat5, and was
replaced by an allowLinking attribute >>elsewhere (the Context itself
maybe)?  It definitely changed from tomcat 4 to tomcat 5.  Our internet
access >>is messed up at the moment so I don't have access to tomcat's
configuration reference, but take a look 
>>there.
>>Yoav

Thanks
It is now and it works
<Context path=""
                 docBase="/home/team"
                 allowLinking="true"
                 debug="0"
                 reloadable="false" >



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to