that's the way, I do the same thing such as:
<Context path="/product" docBase="P:/487.11.JSP_versie_SchoolsiteEindexamenDatabase/product" debug="0" reloadable="true">
however I do not think the resources node is needed. On Win XP I had the problem that tomcat would not accept this path when I ran it as a service, however if I started tomcat normally via the batchfiles, it ran perfectly.
Greetz
Hans
At 02:12 PM 7/29/2003 -0400, you 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]
