> Hi,
> 
> In my project I have to use windows UNC path in document location. I tried
> this, but no success. Can any one please help me in solving this problem?
> Any kind of help is appreciated.
> 
> I added the following context in server.xml.
> 
>         <Context path="/helpdesk" 
>                  docBase="//test/help"
>                  crossContext="false"
>                  debug="0" 
>                  reloadable="true" > 
>         </Context>
> 
> Thanks in advance.
> -suresh
> 
The obvious workaround is to map //test to t: for example
and use docBase="t:/help"

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to