This only works on 4.1.24 not 4.0.6

-----Original Message-----
From: John Turner [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 2:45 PM
To: Tomcat Users List
Subject: Re: (Symbolic) Links in Windows



There are no such things as symbolic links on Windows.

The solution for you is to simply change your docBase:

<Context path="/software" docBase="some_other_drive:/some_other_dir">
</Context>

Jay Garala wrote:

> Good Afternoon,
>  
> I am using Win2k with Tomcat 4.0.6.  How can I make the contextPath
> '/software' point to a folder on a different drive (and/or directory).
How
> would i go by doing this?  
>  
> I got this so far in my server.xml
>  
> <Context path="/software" docBase="c:/software" debug="1">
>           <Resources
className="org.apache.naming.resources.FileDirContext"
> caseSensitive="false" allowLinking="true"  />
>  </Context>
>  
> Thanks 
>  
>  
> Jay
>  
>  
> 



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

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

Reply via email to