Re: sharing directory between web application

2005-08-26 Thread Davide Frigerio
Thanks a lot, but probaly this doesn't solve my problem. This is my situation, e.g. I have two images http://localhost:8080/application1/img/example.jpg http://localhost:8080/application2/img/example.jpg The image example.jpg is the same, as other resources in /img/ directory. There's a

sharing directory between web application

2005-08-25 Thread Davide Frigerio
Hi, I would you like to know if it is possibile in Tomcat to share the same directory between two different web application? Thanks, -- -- Davide Ing. Frigerio Wise-Lab S.r.l. c/o Polo Regionale di Como - Politecnico di Milano P.le Gerbetto,

Re: sharing directory between web application

2005-08-25 Thread Mark Thomas
Davide Frigerio wrote: Hi, I would you like to know if it is possibile in Tomcat to share the same directory between two different web application? Thanks, Yes, if your OS supports symlinks. See the allowLinking property in http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html