I need to create a context where the docbase is pointing to a directory on another machine (over a network obviously).
This is what i am trying but it isn't working:
<Context path="/AgendaMinutes1"
docBase="\\computer name\directory"
crossContext="true"
debug="0"
reloadable="true"
trusted="false" >
</Context>
any idea's?
This is what i am trying but it isn't working:
<Context path="/AgendaMinutes1"
docBase="\\computer name\directory"
crossContext="true"
debug="0"
reloadable="true"
trusted="false" >
</Context>
any idea's?