Hi all,

I'm trying to arrange all the uploaded files into a folder outside of the
current context path. And to do that, I setup a virtual path by creating an
upload.xml under Tomcat:

<?xml version="1.0" encoding="UTF-8"?>
<Context docBase="D:/uploadfile" reloadable="true" debug="0" />

Now any file under the D:/uploadfile can be accessed from
http://localhost:8080/upload/anyfile once tomcat server is up. However, this
upload context root is different from my working one which is in charge of
the whole uploading stuff (let's name it ginger). My question is how to
access the real path of upload from ginger?

thanks
-- 
View this message in context: 
http://www.nabble.com/T4-how-to-get-a-real-path-out-of-the-current-context-tp16446338p16446338.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to