You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Manos Moschous <mo...@ics.forth.gr> on 2006/05/05 09:34:49 UTC

access to content out of webapps directory

Hi,

I run a tomcat (last version) on a linux platform.
The tomcat is located at /opt/web and it runs as user root

I want to access some images which are located to /home/images/foo

So, i make a link (foo_link) to /opt/web/webapps/links/foo_link that
links to /home/images/foo which contains the images that i want to access.

Unfortunately - i am not able to access that images.
If i try to accees an images to the directory 
/opt/web/webapps/links/foo_link/ everything is fine but not to the
directory (/home/images/foo) that shows the link.

Could someone help me on this....?
is there any property to conf files...?

Thank you in advance!!

manos

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


Re: access to content out of webapps directory

Posted by Mark Thomas <ma...@apache.org>.
Manos Moschous wrote:
> Could someone help me on this....?
> is there any property to conf files...?
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

Look for allowLinking

Mark

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