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
 
 

Reply via email to