Hello,
I need to setup a virtual directory using Tomcat 5. I tried adding context in server.xml in <Tomcat Home>\conf directory, but that does not seem to work. Here is what I have in server.xml file (Running WIN 2003):
<Context path="/download" docBase="E:/reports/download" />
From the page I am refering as
http://localhost/download Can anyone tell me why this is not working.
Yes I restarted Apache services.
Thanks
Suresh