lpahdoco
10-03-2002, 02:50 PM
We've got two sites that live on the same server. Both use Tomcat/Apache, which is functioning correctly.
We want to create a link from an images directory for one site to an images directory in the other site. Something like this:
/www/site1/images contains the files, and
/www/site2/images is actually a link from /www/site2 to /www/site1/images.
Tomcat won't follow a soft link, and the man on ln (as well as repeated attempts) say in no uncertain terms you can not create a hard link to a directory.
Can anyone suggest a workaround? We really don't want to program one, nor do we want to have two sets of the same images living on the server.
TIA,
Linda
p.s. I'll try to find out where my developer got his mod_webapp file...
We want to create a link from an images directory for one site to an images directory in the other site. Something like this:
/www/site1/images contains the files, and
/www/site2/images is actually a link from /www/site2 to /www/site1/images.
Tomcat won't follow a soft link, and the man on ln (as well as repeated attempts) say in no uncertain terms you can not create a hard link to a directory.
Can anyone suggest a workaround? We really don't want to program one, nor do we want to have two sets of the same images living on the server.
TIA,
Linda
p.s. I'll try to find out where my developer got his mod_webapp file...