How do I create a virtual directory under tomcat? For instance

/DownloadDir/   -> maps to -> c:\temp\downloads\

In a url a user would enter something like:

http://localhost/myservlet/downloaddir/abc.txt    to access the files in
c:\temp\downloads


I wouldn't use a context for that, would I? Doesn't a Context represent a
"Web Application", not just a directory?

Anyone have any information on setting one up?

Thank you in advance...

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

Reply via email to