You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by zhang chao <zc...@hotmail.com> on 2005/12/29 04:40:12 UTC

How to download a soft-link file in Tomcat 4.1.23?

I want to download a file in my home directory -- /home/kartwall/outfile 
but, this directory is not in my web-application directory -- 
/opt/easycluster/interface is my web application's root directory.

So, I make a new directory named "mapoutfile" under 
/opt/easycluster/interface and construct a soft-link which points to the 
file I want. The command is:

ln -s /home/kartwall/outfile /opt/easycluster/interface/mapoutfile/outfile

But I found that I cannot download this soft-link file when I input the 
URL: http://192.168.0.2:8080/easycluster/mapoutfile/outfile, Tomcat said 
"this resource is unavailable". (My web-context is /easycluster)

Can anybody help me? Thanks for any suggestions.

_________________________________________________________________
免费下载 MSN Explorer:   http://explorer.msn.com/lccn/  


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org